diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 9844d978..9a792afa 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -15,6 +15,15 @@ #z_position: 0.0 # The Z position to command the head to move to during a PROBE # command. The default is 0. +#activate_gcode: +# A list of G-Code commands (one per line) to execute prior to each +# probe attempt. This may be useful if the probe needs to be +# activated in some way. The default is to not run any special +# G-Code commands on activation. +#deactivate_gcode: +# A list of G-Code commands (one per line) to execute after each +# probe attempt completes. The default is to not run any special +# G-Code commands on deactivation. # Bed tilt compensation. One may define a [bed_tilt] config section to |