diff --git a/beacon.py b/beacon.py index 4ff593a..173f629 100644 --- a/beacon.py +++ b/beacon.py @@ -755,6 +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) # Internal