diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-01-16 18:58:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-28 12:19:26 -0500 |
commit | 1a679028582d7ae503d80a4bbc8ca233451633be (patch) | |
tree | a86f31c8b0269c762076520a6c04c7f4bc7a1ea6 /config | |
parent | 01bb4b291eb48a2556096ce0d56a212f52405985 (diff) | |
download | kutter-1a679028582d7ae503d80a4bbc8ca233451633be.tar.gz kutter-1a679028582d7ae503d80a4bbc8ca233451633be.tar.xz kutter-1a679028582d7ae503d80a4bbc8ca233451633be.zip |
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>
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 |