mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06:00
Removing hasHeatedBed from MachineManagerModel again..
This commit is contained in:
parent
9e6f5a4a68
commit
253bb5f43c
1 changed files with 0 additions and 7 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue