Removed duplicate bedTemperature declaration

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-18 11:33:43 +02:00
parent c2b1753d25
commit 94d3309a35

View file

@ -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):