From ce9db609ad6f0f99c171b643464fe1e6963ec6c6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 6 Dec 2017 01:00:33 -0500 Subject: probe: Initial support for Z-Probe hardware Signed-off-by: Kevin O'Connor --- config/example-extras.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config') 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 -- cgit v1.2.3-70-g09d2