Merge branch 'fieldOfView-fix_isActiveQualitySupported'

This commit is contained in:
Ghostkeeper 2016-10-24 11:00:40 +02:00
commit 80e4c44484
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -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"