diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 23806689..9844d978 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -267,6 +267,19 @@ # default is to not scale the 'channel_x' parameters. +# Homing override. One may use this mechanism to run a series of +# g-code commands in place of a G28 found in the normal g-code input. +# This may be useful on printers that require a specific procedure to +# home the machine. +#[homing_override] +#gcode: +# A list of G-Code commands (one per line) to execute in place of +# all G28 commands found in the normal g-code input. If a G28 is +# 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. + + # Replicape support - see the generic-replicape.cfg file for further # details. #[replicape] |