mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08: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
@ -57,6 +57,12 @@ class SimpleModeSettingsManager(QObject):
|
|||||||
# changed, we consider it as a user customized profile in the Simple ("Recommended") Mode.
|
# changed, we consider it as a user customized profile in the Simple ("Recommended") Mode.
|
||||||
__ignored_custom_setting_keys = ["support_enable",
|
__ignored_custom_setting_keys = ["support_enable",
|
||||||
"infill_sparse_density",
|
"infill_sparse_density",
|
||||||
|
"infill_pattern",
|
||||||
"gradual_infill_steps",
|
"gradual_infill_steps",
|
||||||
|
"wall_thickness",
|
||||||
|
"top_bottom_thickness",
|
||||||
|
"support_structure",
|
||||||
|
"support_extruder_nr",
|
||||||
|
"support_type",
|
||||||
"adhesion_type",
|
"adhesion_type",
|
||||||
"support_extruder_nr"]
|
"adhesion_extruder_nr"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user