Updating printer configuration on printer_ready in case anything has changed.

This commit is contained in:
Jordan Ruthe
2020-11-03 21:35:26 -05:00
parent bbf730de5a
commit cdab7cba37
8 changed files with 47 additions and 29 deletions

View File

@@ -123,10 +123,6 @@ class JobStatusPanel(ScreenPanel):
self._screen._ws.klippy.print_cancel(self._response_callback, "enable_button", "pause", "cancel")
def emergency_stop(self, widget):
self._screen._ws.klippy.emergency_stop()
def _response_callback(self, response, method, params, func, *args):
if func == "enable_button":
self.enable_button(*args)