From 253bb5f43c039b793fbc73a3f892db780b4c8389 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Wed, 15 Jun 2016 10:56:01 +0200 Subject: [PATCH] Removing hasHeatedBed from MachineManagerModel again.. --- cura/MachineManagerModel.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cura/MachineManagerModel.py b/cura/MachineManagerModel.py index fc978916e1..46425ba55e 100644 --- a/cura/MachineManagerModel.py +++ b/cura/MachineManagerModel.py @@ -485,13 +485,6 @@ class MachineManagerModel(QObject): 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) def hasVariants(self): if self._active_container_stack: