mirror of
git://soft.sys114.com/klipper
synced 2026-02-12 00:50:25 +09:00
force_move: Add support for FORCE_MOVE command
Add initial support for commands that will forcibly move a stepper (without updating the kinematic classes with the new position). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -660,6 +660,15 @@
|
||||
# name in the above list.
|
||||
|
||||
|
||||
# Support manually moving stepper motors for diagnostic purposes.
|
||||
# Note, using this feature may place the printer in an invalid state -
|
||||
# see docs/G-Codes.md for important details.
|
||||
#[force_move]
|
||||
#enable_force_move: False
|
||||
# Set to true to enable FORCE_MOVE and SET_KINEMATIC_POSITION
|
||||
# extended G-Code commands. The default is false.
|
||||
|
||||
|
||||
# G-Code macros (one may define any number of sections with a
|
||||
# "gcode_macro" prefix).
|
||||
#[gcode_macro my_cmd]
|
||||
|
||||
Reference in New Issue
Block a user