From 1a679028582d7ae503d80a4bbc8ca233451633be Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 16 Jan 2018 18:58:41 -0500 Subject: 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 --- config/example-extras.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config') 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 -- cgit v1.2.3-70-g09d2