mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 14:34:06 -06:00
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:
parent
7605244fa0
commit
2b553a8108
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue