mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-24 23:04:30 +08:00
Removed duplicate bedTemperature declaration
CURA-1339
This commit is contained in:
parent
c2b1753d25
commit
94d3309a35
@ -100,11 +100,6 @@ class PrinterOutputDevice(OutputDevice, QObject):
|
||||
self._bed_temperature = temperature
|
||||
self.bedTemperatureChanged.emit()
|
||||
|
||||
## Get the bed temperature if connected printer (if any)
|
||||
@pyqtProperty(int, notify = bedTemperatureChanged)
|
||||
def bedTemperature(self):
|
||||
return self._bed_temperature
|
||||
|
||||
## Get the target bed temperature if connected printer (if any)
|
||||
@pyqtProperty(int, notify = targetBedTemperatureChanged)
|
||||
def targetBedTemperature(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user