mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Small fixes so switching printers correctly connects / disconnects output devices
CURA-1036
This commit is contained in:
parent
ac4dbe2304
commit
7d258485c8
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
|
|||
self._updateHeadPosition(head_x, head_y, head_z)
|
||||
|
||||
def close(self):
|
||||
self._connection_state == ConnectionState.closed
|
||||
self.setConnectionState(ConnectionState.closed)
|
||||
self._update_timer.stop()
|
||||
|
||||
def requestWrite(self, node, file_name = None, filter_by_machine = False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue