diff options
Diffstat (limited to 'config/example-extras.cfg')
-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 ce3af640..70dc1c1f 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -4,6 +4,19 @@ # "example.cfg" file for description of common config parameters. +# Z height probe. One may define this section to enable Z height +# probing hardware. When this section is enabled, PROBE and +# QUERY_PROBE extended g-code commands become available. +#[probe] +#pin: ar15 +# Probe detection pin. This parameter must be provided. +#speed: 5.0 +# Speed (in mm/s) of the Z axis when probing. The default is 5mm/s. +#z_position: 0.0 +# The Z position to command the head to move to during a PROBE +# command. The default is 0. + + # In a multi-extruder printer add an additional extruder section for # each additional extruder. The additional extruder sections should be # named "extruder1", "extruder2", "extruder3", and so on. See the |