From 5ce237502cd53b3374c887c5353bf353798fb676 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 fc5a083524..0afd1e5cd1 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"