mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
Merge branch '5.3' into CURA-10371_translations_for_5_3_1
This commit is contained in:
commit
26999d5782
@ -96,6 +96,9 @@ class AbstractCloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
||||
|
||||
@pyqtSlot(str)
|
||||
def printerSelected(self, unique_id: str):
|
||||
# The device that it defers the actual write to isn't hooked up correctly. So we should emit the write signal
|
||||
# here.
|
||||
self.writeStarted.emit(self)
|
||||
self._request_write_callback(unique_id, self._nodes)
|
||||
if self._on_print_dialog:
|
||||
self._on_print_dialog.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user