diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py index fb4a851676..5509ae1b8c 100644 --- a/cura/PrinterOutputDevice.py +++ b/cura/PrinterOutputDevice.py @@ -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):