Fix overlapping pins in TS3425UA-3x4x2.5-160 symbol
Pins 1/2 and 3/4 were each defined at the exact same coordinates, so the schematic showed a single stub per side instead of 4 distinct pins. Spread them onto vertical buses per node (1-2 common, 3-4 common) while keeping the switch contact graphics unchanged. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TnzoFuRZAhRGeHAdz8UzR2
This commit is contained in:
@@ -38,6 +38,16 @@
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "TS3425UA-3x4x2.5-160_0_1"
|
||||
(polyline
|
||||
(pts (xy -2.54 1.27) (xy -2.54 -1.27))
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy 2.54 1.27) (xy 2.54 -1.27))
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts (xy -2.54 0) (xy 2.54 0))
|
||||
(stroke (width 0) (type default))
|
||||
@@ -61,25 +71,25 @@
|
||||
(fill (type none))
|
||||
)
|
||||
(pin passive line
|
||||
(at -7.62 0 0)
|
||||
(at -7.62 1.27 0)
|
||||
(length 5.08)
|
||||
(name "1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line
|
||||
(at -7.62 0 0)
|
||||
(at -7.62 -1.27 0)
|
||||
(length 5.08)
|
||||
(name "2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line
|
||||
(at 7.62 0 180)
|
||||
(at 7.62 1.27 180)
|
||||
(length 5.08)
|
||||
(name "3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line
|
||||
(at 7.62 0 180)
|
||||
(at 7.62 -1.27 180)
|
||||
(length 5.08)
|
||||
(name "4" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
|
||||
Reference in New Issue
Block a user