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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user