aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg9
1 files changed, 8 insertions, 1 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 17af0acc..d18d777c 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -313,10 +313,17 @@
#z_hop: 0.0
# Lift the Z axis prior to homing. This is applied to any homing command,
# even if it doesn't home the Z axis. If the Z axis is already homed and
-# the zhop would exceed the printer limits, the zhop is ignored.
+# the zhop would exceed the printer limits, the zhop is ignored. If a lift
+# has already been performed or the Z axis is known to be equally or higher
+# than this distance, the zhop is ignored. After homing Z completed, the
+# printhead is lifted to zhop, respecting the probe's z_offset.
# 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
+# When set to True, xy are reset to their previous positions after z homing.
+# The default is True.
+
# Homing override. One may use this mechanism to run a series of
# g-code commands in place of a G28 found in the normal g-code input.