aboutsummaryrefslogtreecommitdiffstats
path: root/config/example-extras.cfg
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2018-11-24 21:41:25 -0500
committerKevin O'Connor <kevin@koconnor.net>2018-11-30 11:34:20 -0500
commit824e55d75a74304a62e192d3998d91a8cf5615f2 (patch)
tree5e90a00259c8b1b75b721dc8ffd6a96c74676a97 /config/example-extras.cfg
parentf01ced8ed44ea04b42faf1595a55358699b78520 (diff)
downloadkutter-824e55d75a74304a62e192d3998d91a8cf5615f2.tar.gz
kutter-824e55d75a74304a62e192d3998d91a8cf5615f2.tar.xz
kutter-824e55d75a74304a62e192d3998d91a8cf5615f2.zip
bltouch: Add initial support for a bltouch "extras" module
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r--config/example-extras.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg
index 20fb9476..318669d2 100644
--- a/config/example-extras.cfg
+++ b/config/example-extras.cfg
@@ -43,6 +43,24 @@
# not run any special G-Code commands on deactivation.
+# BLTouch probe. One may define this section (instead of a probe
+# section) to enable a BLTouch probe. A virtual
+# "probe:z_virtual_endstop" pin is also created (see the "probe"
+# section above for the details).
+#[bltouch]
+#sensor_pin:
+# Pin connected to the BLTouch sensor pin. This parameter must be
+# provided.
+#control_pin:
+# Pin connected to the BLTouch control pin. This parameter must be
+# provided.
+#x_offset:
+#y_offset:
+#z_offset:
+#speed:
+# See the "probe" section for information on these parameters.
+
+
# Bed tilt compensation. One may define a [bed_tilt] config section to
# enable move transformations that account for a tilted bed.
#[bed_tilt]