mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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 |
||
|---|---|---|
| .. | ||
| DatabaseHandlers | ||
| __init__.py | ||
| ContainerManager.py | ||
| cura_empty_instance_containers.py | ||
| CuraContainerRegistry.py | ||
| CuraContainerStack.py | ||
| CuraFormulaFunctions.py | ||
| CuraStackBuilder.py | ||
| Exceptions.py | ||
| ExtruderManager.py | ||
| ExtruderStack.py | ||
| GlobalStack.py | ||
| IntentManager.py | ||
| MachineManager.py | ||
| MachineNameValidator.py | ||
| MaterialSettingsVisibilityHandler.py | ||
| PerObjectContainerStack.py | ||
| SetObjectExtruderOperation.py | ||
| SettingInheritanceManager.py | ||
| SettingOverrideDecorator.py | ||
| SettingVisibilityPreset.py | ||
| SidebarCustomMenuItemsModel.py | ||
| SimpleModeSettingsManager.py | ||