From c590bf76430a1b14a1f9b5ad0c37840291d7b8a9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 25 Apr 2020 12:01:52 -0400 Subject: probe: Rename probe_prepare/finalize to probe_prepare/finish The probe_finalize() name is used for callbacks in both the PrinterProbe and ProbePointsHelper classes. Rename the PrinterProbe callback to avoid confusion. Signed-off-by: Kevin O'Connor --- klippy/extras/bltouch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/extras/bltouch.py') diff --git a/klippy/extras/bltouch.py b/klippy/extras/bltouch.py index 56d6d323..ded6beea 100644 --- a/klippy/extras/bltouch.py +++ b/klippy/extras/bltouch.py @@ -182,7 +182,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_finalize(self): + def probe_finish(self): if self.multi == 'OFF': self.raise_probe() self.sync_print_time() -- cgit v1.2.3-70-g09d2