diff options
author | Florian Heilmann <Florian.Heilmann@gmx.net> | 2021-05-18 17:39:22 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2021-05-26 12:57:31 -0400 |
commit | bd42d497ae4c73cece3afe6681a697505c4e7679 (patch) | |
tree | 5a9372f59d7c117ad3298873a0aae2e9e7ea4c9e /docs | |
parent | cf61ca301b5aa15cf6807ac501f576a77c331c4f (diff) | |
download | kutter-bd42d497ae4c73cece3afe6681a697505c4e7679.tar.gz kutter-bd42d497ae4c73cece3afe6681a697505c4e7679.tar.xz kutter-bd42d497ae4c73cece3afe6681a697505c4e7679.zip |
safe_z_home: Update documentation
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index e3c6bfbb..e2930f1b 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1128,11 +1128,8 @@ home_xy_position: # applied to any homing command, even if it doesn't home the Z axis. # If the Z axis is already homed and the current Z position is less # than z_hop, then this will lift the head to a height of z_hop. If -# the Z axis is not already homed, then prior to any XY homing -# movement the Z axis boundary checks are disabled and the head is -# lifted by z_hop. If z_hop is specified, be sure to home the Z -# immediately after any XY home requests so that the Z boundary -# checks are accurate. The default is to not implement Z hop. +# 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 # Speed (in mm/s) at which the Z axis is lifted prior to homing. The # default is 20mm/s. |