Cura/cura/Machines
Ghostkeeper 4050d3ccde
Prevent crash when a setting is not in any setting category
I don't know what exactly caused this since it's impossible to trace. But the crash happened with a setting called 'dual_gcode' which currently doesn't exist in Cura. So I think it must be some plug-in that adds it. In any case, it's good to be defensive about this sort of thing. Good type checking would've caught this for us.

Fixes Sentry issue CURA-JB.
2020-04-14 21:06:10 +02:00
..
Models Prevent crash when a setting is not in any setting category 2020-04-14 21:06:10 +02: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 Remove a number of unused imports 2020-04-10 13:58:10 +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