mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:49:00 +08:00
Added infill_mesh and infill_mesh_order to excluded list in SettingView. CURA-1993
This commit is contained in:
parent
a39cbb735b
commit
8b61215270
@ -30,7 +30,7 @@ ScrollView
|
||||
id: definitionsModel;
|
||||
containerId: Cura.MachineManager.activeDefinitionId
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||
exclude: ["machine_settings"]
|
||||
exclude: ["machine_settings", "infill_mesh", "infill_mesh_order"]
|
||||
expanded: Printer.expandedCategories
|
||||
onExpandedChanged: Printer.setExpandedCategories(expanded)
|
||||
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user