Reduce logging and network activity during print job upload

This commit is contained in:
ChrisTerBeke 2019-09-04 18:54:53 +02:00
parent bb11c695e2
commit 4364d94423
2 changed files with 0 additions and 5 deletions

View file

@ -122,9 +122,6 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
self.writeStarted.emit(self)
# Make sure the printer is aware of all new materials as the new print job might contain one.
self.sendMaterialProfiles()
# Export the scene to the correct file type.
job = ExportFileJob(file_handler=file_handler, nodes=nodes, firmware_version=self.firmwareVersion)
job.finished.connect(self._onPrintJobCreated)