Skip to content

Commit

Permalink
Update beacon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Jun 6, 2024
1 parent 3138122 commit e6ec1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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").wait_moves
self.printer.lookup_object("toolhead").wait_moves()

# Internal

Expand Down

0 comments on commit e6ec1c1

Please sign in to comment.