homing_override: Allow moves prior to homing an axis
Add support for disabling homing checks via the homing_override mechanism. This may be useful to move an axis prior to homing it. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user