mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Add all new recommended items to ignored custom settings keys. This stops the reset setting button from appearing even though we have changed these settings.
CURA-9793
This commit is contained in:
parent
d7e1aa08ac
commit
29172014ad
1 changed files with 7 additions and 1 deletions
|
@ -57,6 +57,12 @@ class SimpleModeSettingsManager(QObject):
|
|||
# changed, we consider it as a user customized profile in the Simple ("Recommended") Mode.
|
||||
__ignored_custom_setting_keys = ["support_enable",
|
||||
"infill_sparse_density",
|
||||
"infill_pattern",
|
||||
"gradual_infill_steps",
|
||||
"wall_thickness",
|
||||
"top_bottom_thickness",
|
||||
"support_structure",
|
||||
"support_extruder_nr",
|
||||
"support_type",
|
||||
"adhesion_type",
|
||||
"support_extruder_nr"]
|
||||
"adhesion_extruder_nr"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue