diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2017-12-06 01:00:33 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-28 12:19:26 -0500 |
commit | ce9db609ad6f0f99c171b643464fe1e6963ec6c6 (patch) | |
tree | 5cc4ea8158c441b451e12619fc6d08a46a97bc86 /config/example-extras.cfg | |
parent | 6c252d30f5530982db0986b79f8eb1895f7d48f0 (diff) | |
download | kutter-ce9db609ad6f0f99c171b643464fe1e6963ec6c6.tar.gz kutter-ce9db609ad6f0f99c171b643464fe1e6963ec6c6.tar.xz kutter-ce9db609ad6f0f99c171b643464fe1e6963ec6c6.zip |
probe: Initial support for Z-Probe hardware
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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 |