From 9b1a41c74c5542580bd82631d0bc643db9a1df20 Mon Sep 17 00:00:00 2001 From: Tim Kuipers Date: Mon, 7 Nov 2016 13:24:28 +0100 Subject: [PATCH] bugfix: comment fail sorry!! .-. o \ .-. .----.' \ .'o) / `. o / | \_) /-. '_.` \ \ `. | \ | \ | .--/`-. / / .'.-/`-. `. .\| /.' /`._ `- '-. ____(|__/`-..`- '-._ \ |`------.'-._ ` ||\ \ || # /-. ` / || \| || #/ `--' / /_::_|)__ `|____|-._.-` / ||`--------` \-.___.` | / || # | \ | | || # # | /`.___.'\ |.`|________| | /`.__.'|'.` __/ \ __/ \ /__.-.) /__.-.) --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 09a68d1244..c47abf3ee2 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -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()