ams-wiring-center.svg 537 B

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