diff --git a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml index c0c4e252ed..f7a555cc61 100644 --- a/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml +++ b/plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml @@ -116,7 +116,7 @@ Item { id: antiOverhangMeshButton text: catalog.i18nc("@label", "Don't support overlaps") - iconSource: UM.Theme.getIcon("MeshTypeExclude"); + iconSource: UM.Theme.getIcon("BlockSupportOverlaps"); property bool needBorder: true checkable: true onClicked: setMeshType(antiOverhangMeshType) diff --git a/resources/qml/ObjectItemButton.qml b/resources/qml/ObjectItemButton.qml index 2b998e0438..7d8988fde4 100644 --- a/resources/qml/ObjectItemButton.qml +++ b/resources/qml/ObjectItemButton.qml @@ -173,7 +173,7 @@ Button case "infill_mesh": return UM.Theme.getIcon("MeshTypeIntersect"); case "anti_overhang_mesh": - return UM.Theme.getIcon("MeshTypeExclude"); + return UM.Theme.getIcon("BlockSupportOverlaps"); } return ""; } diff --git a/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg b/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg new file mode 100644 index 0000000000..a6d250c80a --- /dev/null +++ b/resources/themes/cura-light/icons/default/BlockSupportOverlaps.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/themes/cura-light/icons/default/MeshTypeExclude.svg b/resources/themes/cura-light/icons/default/MeshTypeExclude.svg deleted file mode 100755 index f31de41aad..0000000000 --- a/resources/themes/cura-light/icons/default/MeshTypeExclude.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - diff --git a/resources/themes/cura-light/icons/deprecated_icons.json b/resources/themes/cura-light/icons/deprecated_icons.json index 9c6f58473b..df286cffc7 100644 --- a/resources/themes/cura-light/icons/deprecated_icons.json +++ b/resources/themes/cura-light/icons/deprecated_icons.json @@ -64,7 +64,7 @@ "size": "default" }, "pos_modify_dont_support_overlap": { - "new_icon": "MeshTypeExclude", + "new_icon": "BlockSupportOverlaps", "size": "default" }, "minus": { @@ -239,6 +239,10 @@ "new_icon": "View3D", "size": "default" }, + "view_layer": { + "new_icon": "Layers", + "size": "default" + }, "view_front": { "new_icon": "ViewFront", "size": "default"