Not being able to find firmware no longer blocks GUI

Cura-440
This commit is contained in:
Jaime van Kessel 2016-02-29 13:57:40 +01:00
parent 257242b783
commit 339ee12f90

View file

@ -106,6 +106,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
try:
self._printer_connections[printer_connection].updateFirmware(Resources.getPath(CuraApplication.ResourceTypes.Firmware, self._getDefaultFirmwareName()))
except FileNotFoundError:
self._printer_connections[printer_connection].setProgress(100, 100)
Logger.log("w", "No firmware found for printer %s", printer_connection)
continue