aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorcamerony <camerony@users.noreply.github.com>2022-05-23 12:05:53 -0700
committerGitHub <noreply@github.com>2022-05-23 15:05:53 -0400
commitf1c6f76a51dc2b11ab3cdc3fda97f8b9a5539993 (patch)
tree8d055ff3e9ee5d77087a4d40798abd478b04726e /docs
parent4490a58411b4ce6c200212fb9eaa57fbd1bd32fd (diff)
downloadkutter-f1c6f76a51dc2b11ab3cdc3fda97f8b9a5539993.tar.gz
kutter-f1c6f76a51dc2b11ab3cdc3fda97f8b9a5539993.tar.xz
kutter-f1c6f76a51dc2b11ab3cdc3fda97f8b9a5539993.zip
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/Config_Reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index 3e2a53ae..aecf4b9d 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -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.