diff options
Diffstat (limited to 'klippy/extras/bltouch.py')
-rw-r--r-- | klippy/extras/bltouch.py | 4 |
1 files changed, 4 insertions, 0 deletions
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() |