From 26391230364fe4e57fc9808a7dc4830469500a1a Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Thu, 10 Sep 2026 01:54:24 +0200 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01TnzoFuRZAhRGeHAdz8UzR2 --- .../mechanical/TS3425UA-3x4x2.5-160.kicad_sym | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/symbols/mechanical/TS3425UA-3x4x2.5-160.kicad_sym b/symbols/mechanical/TS3425UA-3x4x2.5-160.kicad_sym index 2088de8..edfa1a7 100644 --- a/symbols/mechanical/TS3425UA-3x4x2.5-160.kicad_sym +++ b/symbols/mechanical/TS3425UA-3x4x2.5-160.kicad_sym @@ -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))))