aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/toolhead.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-02-06 18:50:00 -0500
committerKevin O'Connor <kevin@koconnor.net>2019-02-12 13:20:32 -0500
commitd14a53e160c3edde54536574973ef5d0c9cafc7c (patch)
treed10cceb8d0a66e8cd7ca1e3fe2d1b28459834637 /klippy/toolhead.py
parent805e56008f822136031d28fa1c09c914cd98bfcf (diff)
downloadkutter-d14a53e160c3edde54536574973ef5d0c9cafc7c.tar.gz
kutter-d14a53e160c3edde54536574973ef5d0c9cafc7c.tar.xz
kutter-d14a53e160c3edde54536574973ef5d0c9cafc7c.zip
manual_probe: Add a helper script for performing manual Z probing
Add MANUAL_PROBE and Z_ENDSTOP_CALIBRATE commands. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'klippy/toolhead.py')
-rw-r--r--klippy/toolhead.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/toolhead.py b/klippy/toolhead.py
index cae280c7..9c7369e8 100644
--- a/klippy/toolhead.py
+++ b/klippy/toolhead.py
@@ -239,6 +239,7 @@ class ToolHead:
self.move_queue.set_flush_time(self.buffer_time_high)
self.printer.try_load_module(config, "idle_timeout")
self.printer.try_load_module(config, "statistics")
+ self.printer.try_load_module(config, "manual_probe")
# Setup iterative solver
ffi_main, ffi_lib = chelper.get_ffi()
self.cmove = ffi_main.gc(ffi_lib.move_alloc(), ffi_lib.free)