mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Exclude machine_settings from the settings visible in the sidebar
Contrivbutes to CURA-1645
This commit is contained in:
parent
8b75a230a0
commit
b53926b9de
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ ScrollView
|
||||||
model: UM.SettingDefinitionsModel {
|
model: UM.SettingDefinitionsModel {
|
||||||
id: definitionsModel;
|
id: definitionsModel;
|
||||||
containerId: Cura.MachineManager.activeDefinitionId
|
containerId: Cura.MachineManager.activeDefinitionId
|
||||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
exclude: ["machine_settings"]
|
||||||
|
visibilityHandler: UM.SettingPreferenceVisibilityHandler { }
|
||||||
}
|
}
|
||||||
|
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue