Cura/cura/Machines
Ghostkeeper 614c2970ea
Use getApproximateMaterialDiameter instead of rounded getCompatibleMaterialDiameter
So we don't need to round it again.
Also convert both to float to be robust against the ambiguous serialisation of floats getting in the way (e.g. '3' vs. '3.0'). Python does that sometimes.

Contributes to issue CURA-6600.
2019-09-17 15:50:38 +02:00
..
Models Don't look for quality group for empty material 2019-09-13 16:09:02 +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 getting extruder list everywhere 2019-09-09 16:47:29 +02:00
IntentNode.py Merge branch 'feature_intent_container_tree' of github.com:Ultimaker/Cura into feature_intent_interface 2019-08-29 16:28:26 +02:00
MachineErrorChecker.py Fix incorect error checking 2019-07-31 10:24:31 +02:00
MachineNode.py Set intent category of quality changes group correctly 2019-09-12 14:54:24 +02:00
MaterialGroup.py Added typing for various setting classes 2018-09-10 15:24:11 +02:00
MaterialManager.py Use getApproximateMaterialDiameter instead of rounded getCompatibleMaterialDiameter 2019-09-17 15:50:38 +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 Re-build container tree if has_materials changes during runtime 2019-09-17 08:55:29 +02:00
QualityNode.py Ensure that right intents are added to the tree 2019-08-29 13:52:01 +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