From f6d87f61702a6ae7a9a08b77c2bc0ee2377dc4cb Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 11 Dec 2025 10:31:57 +0100 Subject: [PATCH] Neuter per-object-settings for this build. Don't merge to main. CURA-12625 --- .../PerObjectSettingsPanel.qml | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index 78d6643034..fe5ea4c524 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -105,21 +105,6 @@ Item z: 3 } - UM.ToolbarButton - { - id: overlapMeshButton - text: catalog.i18nc("@label", "Modify settings for overlaps") - toolItem: UM.ColorImage - { - source: UM.Theme.getIcon("MeshTypeIntersect") - color: UM.Theme.getColor("icon") - } - property bool needBorder: true - checkable:true - onClicked: setMeshType(infillMeshType) - z: 2 - } - UM.ToolbarButton { id: antiOverhangMeshButton @@ -134,7 +119,6 @@ Item onClicked: setMeshType(antiOverhangMeshType) z: 1 } - } UM.Label @@ -411,34 +395,6 @@ Item } } } - - Cura.SecondaryButton - { - id: customiseSettingsButton; - height: UM.Theme.getSize("setting_control").height; - visible: currentSettings.visible - - text: catalog.i18nc("@action:button", "Select settings"); - - onClicked: - { - settingPickDialog.visible = true; - if (currentMeshType === "support_mesh") - { - settingPickDialog.additional_excluded_settings = base.allCategoriesExceptSupport; - } - else - { - settingPickDialog.additional_excluded_settings = []; - } - } - } - - } - - SettingPickDialog - { - id: settingPickDialog } UM.SettingPropertyProvider