diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index bd39e99b..37a3ca0b 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -294,6 +294,14 @@ # contained in this list of commands then it will invoke the normal # homing procedure for the printer. The commands listed here must # home all axes. This parameter must be provided. +#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. # Replicape support - see the generic-replicape.cfg file for further |