mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:09:02 +08:00
Removing hasHeatedBed from MachineManagerModel again..
This commit is contained in:
parent
9e6f5a4a68
commit
253bb5f43c
@ -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…
x
Reference in New Issue
Block a user