Skip to content

Commit

Permalink
Update beacon.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Nov 22, 2024
1 parent be3487e commit 04e568c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions beacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,10 @@ def setup_pin(self, pin_type, pin_params):
def multi_probe_begin(self):
self.printer.send_event("beacon:probing_move_begin")
self._start_streaming()
logging.info("multi probe begin")

def multi_probe_end(self):
logging.info("multi probe end")
self._stop_streaming()
self.printer.send_event("beacon:probing_move_end")

Expand Down

0 comments on commit 04e568c

Please sign in to comment.