mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-18 02:12:12 -07:00
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:
parent
01bb4b291e
commit
1a67902858
7 changed files with 42 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue