Removing hasHeatedBed from MachineManagerModel again..

This commit is contained in:
Thomas Karl Pietrowski 2016-06-15 10:56:01 +02:00
parent 9e6f5a4a68
commit 253bb5f43c

View File

@ -485,13 +485,6 @@ class MachineManagerModel(QObject):
return False return False
@pyqtProperty(bool, notify = globalContainerChanged)
def hasHeatedBed(self):
if self._active_container_stack:
return bool(self._global_container_stack.getMetaDataEntry("machine_heated_bed", False))
return False
@pyqtProperty(bool, notify = globalContainerChanged) @pyqtProperty(bool, notify = globalContainerChanged)
def hasVariants(self): def hasVariants(self):
if self._active_container_stack: if self._active_container_stack: