mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:49:03 +08:00
Write to the correct variable so bed temperature is properly updated
Contributes to #82
This commit is contained in:
parent
b458a4c6e3
commit
ba80cdba67
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user