Cura/cura/Settings
Remco Burema 24bb1e96fa Fix unlinked brim settings behaviour.
Some brim settings seemed to behave as if they where linked, when in fact for any extruder set to -1 the 'default extruder' was set by some hacky code that supposedly fixes a 'dissallowed area' issue, very likely also related to the skirt/brim settings. Since dissalowed area for skirt/brim will not be a thing anymore, at least in the front-end, due to CURA-9066 (the 'parent' jira ticket that was blocked by this bug); it was sinplest just to remove the hack altogether. (Otherwise we'd have to make an artificial distinction between -1 and None as it relates to 'Not Set/Used' versus 'Not Overridden', only to then force it back to -1 in situations that call for it -- like communicating to the engine.)

CURA-9553
2022-10-30 11:09:12 +01:00
..
DatabaseHandlers Match table name with container type 2021-09-08 16:40:22 +02:00
__init__.py Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
ContainerManager.py Allow setting metadata subentries that don't exist yet 2022-06-08 11:24:46 +02:00
cura_empty_instance_containers.py Give empty material the required material properties 2019-09-13 16:07:33 +02:00
CuraContainerRegistry.py Apply suggestions from code review 2022-08-22 14:48:04 +02:00
CuraContainerStack.py CuraContainerStack.py: iterate directly over IndexTypeMap (#12988) 2022-09-06 11:41:50 +02:00
CuraFormulaFunctions.py Fix "typo" caused by cleanup before push 2020-01-30 18:23:25 +01:00
CuraStackBuilder.py Move CreateFlattendContainerInstance to InstanceContainer 2022-09-13 13:35:37 +02:00
Exceptions.py Convert remaining doxygen to rst 2020-05-28 17:13:44 +02:00
ExtruderManager.py Merge branch 'main' into brim_per_material_optimized_order 2022-10-25 17:31:13 +02:00
ExtruderStack.py Fix unlinked brim settings behaviour. 2022-10-30 11:09:12 +01:00
GlobalStack.py Fix unlinked brim settings behaviour. 2022-10-30 11:09:12 +01:00
IntentManager.py Implement sending a signal when changing intent changes quality level 2022-06-14 16:00:13 +02:00
MachineManager.py This fixes a crash when loading a 3mf with a printer that has no extruders while the current global stack also has no extruders. 2022-10-06 11:44:30 +02:00
MachineNameValidator.py Qt5->Qt6: (Until) attempted fix Python 3.10 'stack overflow' issue. 2021-12-28 18:12:36 +01:00
MaterialSettingsVisibilityHandler.py Merge remote-tracking branch 'origin/master' into refactoring_machine_manager 2018-02-21 14:05:19 +01:00
PerObjectContainerStack.py Don't use deprecated extruders property 2020-05-29 18:14:21 +02:00
SetObjectExtruderOperation.py Convert remaining doxygen to rst 2020-05-28 17:13:44 +02:00
SettingInheritanceManager.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
SettingOverrideDecorator.py Prevent double updateNextStack during deepcopy 2020-06-23 11:40:52 +02:00
SettingVisibilityPreset.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00
SidebarCustomMenuItemsModel.py Qt5->Qt6: Rectify constant locations: UserRole, CppOwnership 2021-12-28 14:54:56 +01:00
SimpleModeSettingsManager.py Search/replace Qt5->Qt6. 2021-12-28 14:46:02 +01:00