Removing last update, printer class is now used

This commit is contained in:
Jordan Ruthe
2020-10-17 16:58:04 -04:00
parent 59c8f8b19e
commit afc9593bfe

View File

@@ -339,16 +339,6 @@ class KlipperScreen(Gtk.Window):
if action == "notify_status_update":
for x in data:
self.last_update[x] = data[x]
#if "virtual_sdcard" in data and self.shutdown == False:
# if (self.printer.get_stat('pause_resume','is_paused') == True) and "job_status" not in self._cur_panels):
# self.printer_printing()
# elif ((self.printer.get_stat('virtual_sdcard','is_active') == False and self.printer.get_stat('pause_resume','is_paused') == False)
# and "job_status" in self._cur_panels):
# self.printer_ready()
if "heater_bed" in data:
d = data["heater_bed"]
if "target" in d: