Cura/cura/Machines
Ghostkeeper ab4fade017
Fix check if definition with ID exists
It's not an InstanceContainer but a DefinitionContainer.
Also, when checking with the ID, it'll short circuit to the dictionary look up by ID. Then it's faster to directly check without specifying what type of container it is to prevent another nested function call.

Contributes to issue CURA-6793.
2019-10-10 15:36:19 +02:00
..
Models Don't cache machine manager and application 2019-10-08 14:16:19 +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 check if definition with ID exists 2019-10-10 15:36:19 +02:00
IntentNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
MachineErrorChecker.py Remove use of deprecated extruders property 2019-09-13 17:27:16 +02:00
MachineNode.py Merge branch 'feature_intent' of github.com:Ultimaker/Cura into feature_intent 2019-10-04 15:46:41 +02:00
MaterialGroup.py Added typing for various setting classes 2018-09-10 15:24:11 +02:00
MaterialManager.py Don't use material manager to find or remove materials 2019-09-20 09:57:36 +02:00
MaterialNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
QualityChangesGroup.py Fix renaming custom profile 2019-10-02 23:59:48 +02:00
QualityGroup.py Provide activeQualityGroupName instead of QualityGroup(QObject) 2019-10-04 15:35:32 +02:00
QualityManager.py Remove another workaround in construction of QualityGroup 2019-10-04 15:35:32 +02:00
QualityNode.py Add some profiling decorators to the ContainerTree 2019-10-04 13:29:22 +02:00
VariantManager.py Remove old buildplate function 2019-08-27 15:06:27 +02:00
VariantNode.py Fix preferring correct diameter over correct preference 2019-10-04 17:35:38 +02:00
VariantType.py Move VariantType to VariantType.py 2018-08-02 16:11:55 +02:00