Cura/cura/Settings
Ghostkeeper 4482b4f352
Use extruderList rather than deprecated extruders
This fixes a possible bug, too, if the extruders dictionary weren't iterated over in the order of the extruders. It would sometimes assign the profiles to the wrong extruders then. However I think the dictionary iteration in Python is in order of insertion and we probably insert them in the proper order by accident.

Done during Turbo Testing and Tooling to reduce the number of warnings in our log.
2020-05-15 15:14:56 +02:00
..
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ContainerManager.py Prevent crash when unable to write to storage location for container manager 2020-04-23 13:48:05 +02:00
cura_empty_instance_containers.py Give empty material the required material properties 2019-09-13 16:07:33 +02:00
CuraContainerRegistry.py Use extruderList rather than deprecated extruders 2020-05-15 15:14:56 +02:00
CuraContainerStack.py Fix intent profile selection 2019-10-01 15:21:01 +02:00
CuraFormulaFunctions.py Fix "typo" caused by cleanup before push 2020-01-30 18:23:25 +01:00
CuraStackBuilder.py Remove a number of unused imports 2020-04-10 13:58:10 +02:00
Exceptions.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ExtruderManager.py Remove unnecessary re-adding of extruders 2020-05-15 14:26:44 +02:00
ExtruderStack.py Remove unnecessary re-adding of extruders 2020-05-15 14:26:44 +02:00
GlobalStack.py Add typing 2019-10-22 14:14:14 +02:00
IntentManager.py Remove a number of unused imports 2020-04-10 13:58:10 +02:00
MachineManager.py Don't provide setVariant with None as variant 2020-05-07 08:53:52 +02:00
MachineNameValidator.py Remove unused parameter 2018-09-14 17:00:55 +02:00
MaterialSettingsVisibilityHandler.py Merge remote-tracking branch 'origin/master' into refactoring_machine_manager 2018-02-21 14:05:19 +01:00
PerObjectContainerStack.py Ensure that PerObjectContainer stack doesn't trigger a save 2019-09-06 11:16:12 +02:00
SetObjectExtruderOperation.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
SettingInheritanceManager.py Ensure that all updates from settingInheritance are on a timer 2019-11-01 15:14:33 +01:00
SettingOverrideDecorator.py Show support extruder for support meshes 2020-04-11 20:39:21 +02:00
SettingVisibilityPreset.py Forbid interpolation in setting visibility preset files 2018-10-18 14:54:20 +02:00
SidebarCustomMenuItemsModel.py Fix icon name role 2018-09-17 10:51:56 +02:00
SimpleModeSettingsManager.py Remove a number of unused imports 2020-04-10 13:58:10 +02:00