ENH: dual extruder nozzle setting on sidebar

Change-Id: I7bc4209b311360c3357e3974f0e66a51daa78232
(cherry picked from commit 507c6a9b2cc4f854ef78acd07bc452ffb21b6bdb)
This commit is contained in:
chunmao.guo
2024-06-24 16:08:09 +08:00
committed by Noisyfox
parent b46b69ebad
commit 76a8cc6ba4
6 changed files with 230 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
<svg width="21" height="25" viewBox="0 0 21 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.68359 5.87035C2.68359 3.0074 5.00447 0.686523 7.86742 0.686523H13.4998C16.3627 0.686523 18.6836 3.0074 18.6836 5.87035V12.6865H2.68359V5.87035Z" fill="#DEDEDE"/>
<rect x="0.683594" y="12.6865" width="20" height="12" fill="#C1C1C1"/>
<rect x="7.68359" y="5.94824" width="6" height="12" rx="3" fill="#777777"/>
</svg>

After

Width:  |  Height:  |  Size: 424 B

View File

@@ -0,0 +1,8 @@
<svg width="45" height="25" viewBox="0 0 45 25" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.18359 5.87035C2.18359 3.0074 4.50447 0.686523 7.36742 0.686523H36.9998C39.8627 0.686523 42.1836 3.0074 42.1836 5.87035V12.6865H2.18359V5.87035Z" fill="#DEDEDE"/>
<rect x="0.183594" y="12.6865" width="44" height="12" fill="#C1C1C1"/>
<rect x="5.68359" y="5.94824" width="6" height="12" rx="3" fill="#777777"/>
<rect x="14.6836" y="5.94824" width="6" height="12" rx="3" fill="#777777"/>
<rect x="23.6836" y="5.94824" width="6" height="12" rx="3" fill="#777777"/>
<rect x="32.6836" y="5.94824" width="6" height="12" rx="3" fill="#777777"/>
</svg>

After

Width:  |  Height:  |  Size: 675 B