Merge branch '5.3' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2023-04-17 12:49:09 +02:00
commit 55f88547d7
No known key found for this signature in database
GPG key ID: C85F7A3AF1BAA7C4

View file

@ -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()