aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-12-06 01:00:33 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-01-28 12:19:26 -0500
commitce9db609ad6f0f99c171b643464fe1e6963ec6c6 (patch)
tree5cc4ea8158c441b451e12619fc6d08a46a97bc86 /config/example-extras.cfg
parent6c252d30f5530982db0986b79f8eb1895f7d48f0 (diff)
downloadkutter-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.cfg13
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