mirror of https://github.com/Desuuuu/klipper.git
docs: Update Config_Reference.md z_hop speed (#5514)
The default z-hop speed is actually 15 mm/s according to the code in safe_z_home.py Signed-off-by: Cameron River <camerony@gmail.com>
This commit is contained in:
parent
4490a58411
commit
f1c6f76a51
|
@ -1154,9 +1154,9 @@ home_xy_position:
|
|||
# than z_hop, then this will lift the head to a height of z_hop. If
|
||||
# the Z axis is not already homed the head is lifted by z_hop.
|
||||
# The default is to not implement Z hop.
|
||||
#z_hop_speed: 20.0
|
||||
#z_hop_speed: 15.0
|
||||
# Speed (in mm/s) at which the Z axis is lifted prior to homing. The
|
||||
# default is 20mm/s.
|
||||
# default is 15 mm/s.
|
||||
#move_to_previous: False
|
||||
# When set to True, the X and Y axes are reset to their previous
|
||||
# positions after Z axis homing. The default is False.
|
||||
|
|
Loading…
Reference in New Issue