Merge branch '5.3' into CURA-10371_translations_for_5_3_1

This commit is contained in:
Jelle Spijker 2023-04-17 14:11:34 +02:00
commit 26999d5782
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

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