Skip to content

Commit

Permalink
Update extrude_lynxbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Feb 8, 2024
1 parent f375b7e commit 7217d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panels/extrude_lynxbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ def enable_buttons(self, enable):
def activate(self):
extruder = self._printer.get_stat("extruder")
logging.info(extruder)
logging.info(self._printer.get_dev_stat('extruder', 'can_extrude'))
self.enable_buttons(self._printer.state in ("ready", "paused"))

def process_update(self, action, data):
Expand Down

0 comments on commit 7217d01

Please sign in to comment.