diff --git a/beacon.py b/beacon.py index 173f629..fcf4357 100644 --- a/beacon.py +++ b/beacon.py @@ -755,7 +755,7 @@ def cb(sample): "%.3f to %.3f, speed %.2f mm/s, temp %.2fC" % (curpos[0], curpos[1], cal_floor, cal_ceil, cal_speed, temp_median) ) - self.printer.lookup_object("toolhead").dwell(0.1) + self.printer.lookup_object("toolhead").wait_moves # Internal