mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 13:49:02 +08:00
Fix local cloud printing for um printers
CURA-11390
This commit is contained in:
parent
e66a3cda67
commit
0225f92ae0
@ -146,7 +146,12 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
||||
self.writeStarted.emit(self)
|
||||
|
||||
# Export the scene to the correct file type.
|
||||
job = ExportFileJob(file_handler=file_handler, nodes=nodes, firmware_version=self.firmwareVersion)
|
||||
job = ExportFileJob(
|
||||
file_handler=file_handler,
|
||||
nodes=nodes,
|
||||
firmware_version=self.firmwareVersion,
|
||||
print_type=self.printerType,
|
||||
)
|
||||
job.finished.connect(self._onPrintJobCreated)
|
||||
job.start()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user