mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Merge branch 'fix_isActiveQualitySupported' of https://github.com/fieldOfView/Cura into fieldOfView-fix_isActiveQualitySupported
This commit is contained in:
commit
e6ed890d5f
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class MachineManager(QObject):
|
||||||
quality = self._active_container_stack.findContainer(type = "quality")
|
quality = self._active_container_stack.findContainer(type = "quality")
|
||||||
if quality:
|
if quality:
|
||||||
return Util.parseBool(quality.getMetaDataEntry("supported", True))
|
return Util.parseBool(quality.getMetaDataEntry("supported", True))
|
||||||
return ""
|
return False
|
||||||
|
|
||||||
## Get the Quality ID associated with the currently active extruder
|
## Get the Quality ID associated with the currently active extruder
|
||||||
# Note that this only returns the "quality", not the "quality_changes"
|
# Note that this only returns the "quality", not the "quality_changes"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue