mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Removed duplicate bedTemperature declaration
CURA-1339
This commit is contained in:
parent
c2b1753d25
commit
94d3309a35
1 changed files with 0 additions and 5 deletions
|
@ -100,11 +100,6 @@ class PrinterOutputDevice(OutputDevice, QObject):
|
||||||
self._bed_temperature = temperature
|
self._bed_temperature = temperature
|
||||||
self.bedTemperatureChanged.emit()
|
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)
|
## Get the target bed temperature if connected printer (if any)
|
||||||
@pyqtProperty(int, notify = targetBedTemperatureChanged)
|
@pyqtProperty(int, notify = targetBedTemperatureChanged)
|
||||||
def targetBedTemperature(self):
|
def targetBedTemperature(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue