From 1dd952ac65e7cb6010f0e698c820e0538d7c3818 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 12 Feb 2020 13:37:55 -0500 Subject: probe: Add multi_probe_begin() / multi_probe_end() callbacks Add support for notifying the low-level probing handlers that a multiple probe sequence is occurring. This is in preparation for the bltouch code. Signed-off-by: Kevin O'Connor --- klippy/extras/bltouch.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'klippy/extras/bltouch.py') diff --git a/klippy/extras/bltouch.py b/klippy/extras/bltouch.py index 47714709..f423d348 100644 --- a/klippy/extras/bltouch.py +++ b/klippy/extras/bltouch.py @@ -137,6 +137,10 @@ class BLTouchEndstopWrapper: # Test was successful self.next_test_time = check_end_time + TEST_TIME self.sync_print_time() + def multi_probe_begin(self): + pass + def multi_probe_end(self): + pass def probe_prepare(self): self.test_sensor() self.sync_print_time() -- cgit v1.2.3-70-g09d2