mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 19:35:58 +08:00
Closing the networkprinteroutput device now hides all it's messages
CURA-49
This commit is contained in:
parent
5597f6dcf2
commit
58c3f5dc89
@ -182,6 +182,11 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.setConnectionState(ConnectionState.closed)
|
self.setConnectionState(ConnectionState.closed)
|
||||||
|
self._progress_message.hide()
|
||||||
|
self._authentication_requested_message.hide()
|
||||||
|
self._error_message.hide()
|
||||||
|
self._authentication_counter = 0
|
||||||
|
self._authentication_timer.stop()
|
||||||
self._update_timer.stop()
|
self._update_timer.stop()
|
||||||
self._camera_timer.stop()
|
self._camera_timer.stop()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user