aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-02-11 15:35:10 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-02-11 15:35:10 -0500
commit8fc3487a8a503b05312096fad0b76956f62c919f (patch)
treed7ff3b221805718e65d092a0116ad0ed58e74259
parent82db0721518f10b667a8186f43fcec8e835a8142 (diff)
downloadkutter-8fc3487a8a503b05312096fad0b76956f62c919f.tar.gz
kutter-8fc3487a8a503b05312096fad0b76956f62c919f.tar.xz
kutter-8fc3487a8a503b05312096fad0b76956f62c919f.zip
config: Reword description of set_position_x paramter in homing_override
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--config/example-extras.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 32221e2c..9b980626 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -296,11 +296,11 @@
#set_position_x:
#set_position_y:
#set_position_z:
-# If specified, the position to set the printer to (in mm, relative
-# to the coordinate system specified in the config file) prior to
-# running the above g-code commands. Setting this may be useful if
-# an axis must move prior to invoking the normal G28 mechanism for
-# that axis. The default is to not force a position for the axis.
+# If specified, the printer will assume the axis is at the specified
+# position prior to running the above g-code commands. Setting this
+# disables homing checks for that axis. This may be useful if the
+# head must move prior to invoking the normal G28 mechanism for an
+# axis. The default is to not force a position for an axis.
# A virtual sdcard may be useful if the host machine is not fast