mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Heated bed timeout time now hides correctly if time ran out
CURA-3360
This commit is contained in:
parent
2f3998b9db
commit
356d4f9288
2 changed files with 6 additions and 3 deletions
|
@ -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("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue