Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authorfieldOfView <aldo@fieldofview.com>2016-10-23 12:25:26 +0300
committerGhostkeeper <rubend@tutanota.com>2016-10-24 12:01:14 +0300
commitdf78bc47af4ca68047d1dee4b8e7fa362a3cfe06 (patch)
tree753339c60ca00778d87664d2086554fb12c21917 /cura
parent2bff94ba9f6c0293b4f6c6a1fd79548422639a4d (diff)
Fix "critical" error when starting with no active machine
Diffstat (limited to 'cura')
-rw-r--r--cura/Settings/MachineManager.py2
1 files changed, 1 insertions, 1 deletions
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"