mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Added infill_mesh and infill_mesh_order to excluded list in SettingView. CURA-1993
This commit is contained in:
parent
a39cbb735b
commit
8b61215270
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue