wizard now sets Target temperature

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-14 11:09:30 +02:00
parent 58b216828a
commit 0c09df71d9
2 changed files with 3 additions and 3 deletions

View file

@ -204,7 +204,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
self.getOutputDeviceManager().removeOutputDevice(serial_port)
self.printerConnectionStateChanged.emit()
except KeyError:
pass # no output device by this device_id found in connection list.
pass # no output device by this device_id found in connection list.
@pyqtProperty(QObject , notify = printerConnectionStateChanged)