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 <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-04-25 12:01:52 -04:00
parent 64031ab3d7
commit c590bf7643
2 changed files with 3 additions and 3 deletions

View file

@ -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()