From 58a0eb76c5c3bbd24fec1aee8e6edd334702afd1 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 29 Mar 2021 14:23:46 -0400 Subject: homing: Pass the HomingMove class to homing_move_begin/end events Signed-off-by: Kevin O'Connor --- klippy/extras/bltouch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klippy/extras/bltouch.py') diff --git a/klippy/extras/bltouch.py b/klippy/extras/bltouch.py index c8deee4b..6646433d 100644 --- a/klippy/extras/bltouch.py +++ b/klippy/extras/bltouch.py @@ -177,7 +177,7 @@ class BLTouchEndstopWrapper: self.raise_probe() self.sync_print_time() self.multi = 'OFF' - def probe_prepare(self): + def probe_prepare(self, hmove): if self.multi == 'OFF' or self.multi == 'FIRST': self.lower_probe() if self.multi == 'FIRST': @@ -187,7 +187,7 @@ class BLTouchEndstopWrapper: toolhead.flush_step_generation() self.start_mcu_pos = [(s, s.get_mcu_position()) for s in self.mcu_endstop.get_steppers()] - def probe_finish(self): + def probe_finish(self, hmove): if self.multi == 'OFF': self.raise_probe() self.sync_print_time() -- cgit v1.2.3-70-g09d2