Cura/plugins/PerObjectSettingsTool
Ghostkeeper 6f6d8d0f93
Override all settings that might influence infill mesh shells to 0
If the user had specialised settings fixing the number of walls or skin layers to an integer number, this fixed value would get copied over from the extruder settings, causing infill meshes to have walls by default.
This is unintuitive. We want infill meshes to behave like it's only infill by default. So remove all of those overrides so that only infill gets printed there, by default.

The user may still change the number of walls or skin layers or their parent settings. But by default it should now behave like infill within infill, regardless of the user's setting overrides.

Fixes issue CURA-8393 and fixes #9815.
2021-07-15 18:46:20 +02:00
..
__init__.py Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PerObjectCategory.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PerObjectItem.qml Fix QML warnings due to depricated on<signal> calls in Connections 2021-03-30 09:02:48 +02:00
PerObjectSettingsPanel.qml Unrevert new icon set for all of Cura's interface 2021-06-28 17:16:56 +02:00
PerObjectSettingsTool.py Override all settings that might influence infill mesh shells to 0 2021-07-15 18:46:20 +02:00
PerObjectSettingVisibilityHandler.py Reduce nesting complexity with some pre-checks 2021-06-16 12:58:09 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
SettingPickDialog.qml While searching, search through all settings rather than just visible 2020-05-15 13:11:28 +02:00