Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjelle Spijker <j.spijker@ultimaker.com>2021-04-26 20:42:17 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-04-26 20:42:17 +0300
commit2bd6f28f3a38a636d3e3a3198c368cca246828f0 (patch)
treedd7ec6f9c607a190b99cfdc7c8b5bbd3247a36ac /plugins/SupportEraser
parent7e98fb7fb065b6d672ecc808f7747d962c05f681 (diff)
Update Icons
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
Diffstat (limited to 'plugins/SupportEraser')
-rw-r--r--plugins/SupportEraser/__init__.py2
-rw-r--r--plugins/SupportEraser/tool_icon.svg14
2 files changed, 1 insertions, 15 deletions
diff --git a/plugins/SupportEraser/__init__.py b/plugins/SupportEraser/__init__.py
index 2ed7521808..30b6fe4a52 100644
--- a/plugins/SupportEraser/__init__.py
+++ b/plugins/SupportEraser/__init__.py
@@ -11,7 +11,7 @@ def getMetaData():
"tool": {
"name": i18n_catalog.i18nc("@label", "Support Blocker"),
"description": i18n_catalog.i18nc("@info:tooltip", "Create a volume in which supports are not printed."),
- "icon": "tool_icon.svg",
+ "icon": "SupportBlocker",
"weight": 4
}
}
diff --git a/plugins/SupportEraser/tool_icon.svg b/plugins/SupportEraser/tool_icon.svg
deleted file mode 100644
index fee69e0715..0000000000
--- a/plugins/SupportEraser/tool_icon.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="30px" height="30px" viewBox="0 0 28 28" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->
- <title>support_blocker</title>
- <desc>Created with Sketch.</desc>
- <g id="support_blocker" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
- <g id="Group-3" transform="translate(3.000000, 2.000000)">
- <g id="Print-as-support-Copy" fill="#000">
- <path d="M0.833,19.65 L0.833,22.342 L0,22.3428571 L0.833,19.65 Z M4.166,8.879 L4.166,22.342 L2.499,22.342 L2.499,14.266 L4.166,8.879 Z M7.5,0.8 L7.5,22.342 L5.833,22.342 L5.833,0.8 L7.5,0.8 Z M10.833,0.8 L10.833,22.342 L9.166,22.342 L9.166,0.8 L10.833,0.8 Z M14.166,0.8 L14.166,14 L12.499,14 L12.499,0.8 L14.166,0.8 Z M15.833,8.879 L17.418,14 L15.833,14 L15.833,8.879 Z M4.166,0.8 L4.166,6.139 L2.499,1.351 L2.499,0.8 L4.166,0.8 Z M17.5,0.8 L17.5,1.351 L15.833,6.139 L15.833,0.8 L17.5,0.8 Z" id="Combined-Shape"></path>
- </g>
- <path d="M12,14 L22,14 L22,24 L12,24 L12,14 Z" id="Rectangle" stroke="#000" stroke-dasharray="1,1"></path>
- </g>
- </g>
-</svg> \ No newline at end of file