mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
The container registry was incorrectly being searched with a variant_name == None, which always returned an empty printer-specific materials list. As a result, the generic material settings were always being loaded if there was no variant specifically indicated inside the fdm_material file. The printer specific values were consistently being ignored. This commit fixes that by removing the search with a variant_name==None which correctly returns the printer-specific materials list while loading the materials from the variant nodes. CURA-7087 |
||
|---|---|---|
| .. | ||
| Models | ||
| __init__.py | ||
| ContainerNode.py | ||
| ContainerTree.py | ||
| IntentNode.py | ||
| MachineErrorChecker.py | ||
| MachineNode.py | ||
| MaterialGroup.py | ||
| MaterialNode.py | ||
| QualityChangesGroup.py | ||
| QualityGroup.py | ||
| QualityNode.py | ||
| VariantNode.py | ||
| VariantType.py | ||