Write to the correct variable so bed temperature is properly updated

Contributes to #82
This commit is contained in:
Arjen Hiemstra 2015-07-09 16:31:44 +02:00
parent b458a4c6e3
commit ba80cdba67

View file

@ -172,7 +172,7 @@ class USBPrinterManager(QObject, SignalEmitter, Extension):
## Callback for bed temperature change
def onBedTemperature(self, serial_port,temperature):
self._bed_temperature = temperature
self._bed_temp = temperature
self.pyqtBedTemperature.emit(temperature)
## Callback for error