mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 07:55:55 +08:00
Merge branch 'fieldOfView-fix_isActiveQualitySupported'
This commit is contained in:
commit
80e4c44484
@ -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…
x
Reference in New Issue
Block a user