mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
bugfix: comment fail
sorry!!
.-.
o \ .-.
.----.' \
.'o) / `. o
/ |
\_) /-.
'_.` \ \
`. | \
| \ |
.--/`-. / /
.'.-/`-. `. .\|
/.' /`._ `- '-.
____(|__/`-..`- '-._ \
|`------.'-._ ` ||\ \
|| # /-. ` / || \|
|| #/ `--' / /_::_|)__
`|____|-._.-` / ||`--------`
\-.___.` | / || # |
\ | | || # # |
/`.___.'\ |.`|________|
| /`.__.'|'.`
__/ \ __/ \
/__.-.) /__.-.)
This commit is contained in:
parent
e51f9ba678
commit
9b1a41c74c
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", "command_line_settings", "infill_mesh", "infill_mesh_order"] # TODO: infill_mesh settigns are excluded hardcoded, but should be based on the fact that settable_globally, settable_per_meshgroup and settable_per_extruder are false.
|
||||
exclude: ["machine_settings", "command_line_settings", "infill_mesh", "infill_mesh_order"] // TODO: infill_mesh settigns are excluded hardcoded, but should be based on the fact that settable_globally, settable_per_meshgroup and settable_per_extruder are false.
|
||||
expanded: Printer.expandedCategories
|
||||
onExpandedChanged: Printer.setExpandedCategories(expanded)
|
||||
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue