diff --git a/screen.py b/screen.py index 46bb0cd8..d09055fc 100755 --- a/screen.py +++ b/screen.py @@ -889,6 +889,7 @@ class KlipperScreen(Gtk.Window): config = self.apiclient.send_request("printer/objects/query?configfile") if config is False: return self._init_printer("Error getting printer configuration") + logging.debug(config['result']['status']) # Reinitialize printer, in case the printer was shut down and anything has changed. self.printer.reinit(printer_info['result'], config['result']['status']) self.printer.available_commands = self.apiclient.get_gcode_help()['result']