diff options
author | Master92 <Nils.Friedchen@googlemail.com> | 2019-10-01 15:07:21 +0200 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-10-03 18:06:08 -0400 |
commit | 2b553a81084bea1584df4b6f82e89bc560031475 (patch) | |
tree | 10835c81e9819ffd4ed76d6c6d1351466732e004 /config/example-extras.cfg | |
parent | 7605244fa09abecac946e74caf23f152f43020db (diff) | |
download | kutter-2b553a81084bea1584df4b6f82e89bc560031475.tar.gz kutter-2b553a81084bea1584df4b6f82e89bc560031475.tar.xz kutter-2b553a81084bea1584df4b6f82e89bc560031475.zip |
safe_z_home: Fix unintended change in default behavior
PR #1970 introduced a new parameter, controlling the default behavior of the safe_z_home-module. To avoid unexpected changes, the default of the move_to_previous is now defaulted to False.
Signed-off-by: Nils Friedchen <Nils.Friedchen@googlemail.com>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index d18d777c..c595bafd 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -320,9 +320,9 @@ # The default is 0.0mm. #z_hop_speed: 20.0 # Speed at which the Z axis is lifted prior to homing. The default is 20mm/s. -#move_to_previous: True +#move_to_previous: False # When set to True, xy are reset to their previous positions after z homing. -# The default is True. +# The default is False. # Homing override. One may use this mechanism to run a series of |