job_status: Logic updates for printing state

This commit is contained in:
Jordan Ruthe
2021-03-12 12:35:33 -05:00
parent 55193e227f
commit 029c59436c
3 changed files with 124 additions and 88 deletions

View File

@@ -391,7 +391,7 @@ class KlipperScreen(Gtk.Window):
)
def is_printing(self):
return "job_status" in self._cur_panels
return self.printer.get_state() == "printing"
def _go_to_submenu(self, widget, name):
logging.info("#### Go to submenu " + str(name))