From df78bc47af4ca68047d1dee4b8e7fa362a3cfe06 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Sun, 23 Oct 2016 11:25:26 +0200 Subject: [PATCH] Fix "critical" error when starting with no active machine --- cura/Settings/MachineManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py index 326a011562..08af479211 100644 --- a/cura/Settings/MachineManager.py +++ b/cura/Settings/MachineManager.py @@ -566,7 +566,7 @@ class MachineManager(QObject): quality = self._active_container_stack.findContainer(type = "quality") if quality: return Util.parseBool(quality.getMetaDataEntry("supported", True)) - return "" + return False ## Get the Quality ID associated with the currently active extruder # Note that this only returns the "quality", not the "quality_changes"