diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 8dcec27f..805da97c 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -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] |