Cura/cura/Machines
Kostas Karmas d5cfca4df0 Fix loading machine specific materials
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
2020-01-13 13:44:51 +01:00
..
Models Fix typo in comment 2020-01-13 13:44:36 +01:00
__init__.py WIP: Create VariantManager 2018-02-16 14:20:02 +01:00
ContainerNode.py Add some missing typing 2020-01-10 14:58:53 +01:00
ContainerTree.py Add some missing typing 2020-01-10 14:58:53 +01:00
IntentNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
MachineErrorChecker.py Fix typing issue 2020-01-10 17:49:47 +01:00
MachineNode.py Fix bunch of issues found by pylint 2020-01-10 16:37:46 +01:00
MaterialGroup.py Added typing for various setting classes 2018-09-10 15:24:11 +02:00
MaterialNode.py Add some missing typing 2020-01-10 14:58:53 +01:00
QualityChangesGroup.py Fix renaming custom profile 2019-10-02 23:59:48 +02:00
QualityGroup.py Don't get whole container to just get metadata 2019-10-16 13:56:23 +02:00
QualityNode.py Fix bunch of issues found by pylint 2020-01-10 16:37:46 +01:00
VariantNode.py Fix loading machine specific materials 2020-01-13 13:44:51 +01:00
VariantType.py Move VariantType to VariantType.py 2018-08-02 16:11:55 +02:00