Cura/cura/Machines
Ghostkeeper 4bdc819f12
Fix nondetermistic result with dictionary values list
Because global_stack.extruders.values can be returned in any order, the configurations matching with the lists doesn't always give a result.
It happened to work on my computer with the test, but there is no guarantee of that.

This is probably also going wrong in other places. I don't think we should use the .extruders property anywhere really!

Contributes to issue CURA-6600.
2019-09-06 17:15:45 +02:00
..
Models Fix changing name of profiles in quality changes group 2019-09-02 18:00:04 +02:00
__init__.py WIP: Create VariantManager 2018-02-16 14:20:02 +01:00
ContainerNode.py Don't unnecessarily deprecate the getMetaDataEntry functionality 2019-08-23 13:43:30 +02:00
ContainerTree.py Fix nondetermistic result with dictionary values list 2019-09-06 17:15:45 +02:00
IntentNode.py Apply intent category when changing to quality changes group 2019-08-28 10:33:33 +02:00
MachineErrorChecker.py Fix incorect error checking 2019-07-31 10:24:31 +02:00
MachineNode.py Use Pythonic way of creating list of N elements 2019-08-28 14:17:17 +02:00
MaterialGroup.py Added typing for various setting classes 2018-09-10 15:24:11 +02:00
MaterialManager.py Merge branch 'feature_intent_container_tree' of https://github.com/Ultimaker/Cura into feature_intent_container_tree 2019-08-27 17:57:25 +02:00
MaterialNode.py Also try looking for material-specific profiles, not just by type 2019-08-28 13:53:21 +02:00
QualityChangesGroup.py Fix typing. 2019-08-27 17:57:11 +02:00
QualityGroup.py Fix typing. 2019-08-27 17:57:11 +02:00
QualityManager.py Refer through to correct function of QualityManagementModel 2019-09-02 17:52:30 +02:00
QualityNode.py Add function to find preferred quality profile 2019-08-26 17:50:46 +02:00
VariantManager.py Remove old buildplate function 2019-08-27 15:06:27 +02:00
VariantNode.py Fix typing issues 2019-08-29 16:23:10 +02:00
VariantType.py Move VariantType to VariantType.py 2018-08-02 16:11:55 +02:00