mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Write to the correct variable so bed temperature is properly updated
Contributes to #82
This commit is contained in:
parent
b458a4c6e3
commit
ba80cdba67
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue