| 123456789 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 50">
- <!-- Left wire: horizontal from left edge, then down to extruder left inlet -->
- <line x1="0" y1="0" x2="10" y2="0" stroke="#909090" stroke-width="2" />
- <line x1="10" y1="0" x2="10" y2="50" stroke="#909090" stroke-width="2" />
- <!-- Right wire: horizontal from right edge, then down to extruder right inlet -->
- <line x1="40" y1="0" x2="30" y2="0" stroke="#909090" stroke-width="2" />
- <line x1="30" y1="0" x2="30" y2="50" stroke="#909090" stroke-width="2" />
- </svg>
|