Heated bed timeout time now hides correctly if time ran out

CURA-3360
This commit is contained in:
Jaime van Kessel 2017-03-06 14:41:33 +01:00
parent 2f3998b9db
commit 356d4f9288
2 changed files with 6 additions and 3 deletions

View file

@ -558,7 +558,6 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
self._preheat_bed_timer.stop()
self.preheatBedRemainingTimeChanged.emit()
def close(self):
Logger.log("d", "Closing connection of printer %s with ip %s", self._key, self._address)
self._updateJobState("")