From 45b8a26aaaaee23d4dc3014ec53b7c8849498f83 Mon Sep 17 00:00:00 2001
From: Krisjanis Rijnieks <krisjanis.rijnieks@gmail.com>
Date: Sat, 23 Apr 2022 18:17:11 +0300
Subject: [PATCH] Improve appearance of pin header 2x02 symbol

---
 fab.kicad_sym | 84 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 79 insertions(+), 5 deletions(-)

diff --git a/fab.kicad_sym b/fab.kicad_sym
index 1515a5b..4194d40 100644
--- a/fab.kicad_sym
+++ b/fab.kicad_sym
@@ -2423,24 +2423,98 @@
     (property "ki_fp_filters" "*PinHeader*2x02*" (id 6) (at 0 0 0)
       (effects (font (size 1.27 1.27)) hide)
     )
+    (symbol "Conn_PinHeader_2x02_P1.27mm_Vertical_SMD_0_1"
+      (polyline
+        (pts
+          (xy -5.08 -1.27)
+          (xy -1.27 -1.27)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
+      (polyline
+        (pts
+          (xy -1.27 1.27)
+          (xy -5.08 1.27)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
+      (polyline
+        (pts
+          (xy 1.27 -1.27)
+          (xy 5.08 -1.27)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
+      (polyline
+        (pts
+          (xy 1.27 1.27)
+          (xy 5.08 1.27)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type none))
+      )
+      (polyline
+        (pts
+          (xy -1.905 -0.635)
+          (xy -1.27 -1.27)
+          (xy -1.905 -1.905)
+          (xy -1.905 -0.635)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type outline))
+      )
+      (polyline
+        (pts
+          (xy -1.905 1.905)
+          (xy -1.27 1.27)
+          (xy -1.905 0.635)
+          (xy -1.905 1.905)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type outline))
+      )
+      (polyline
+        (pts
+          (xy 1.905 -0.635)
+          (xy 1.27 -1.27)
+          (xy 1.905 -1.905)
+          (xy 1.905 -0.635)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type outline))
+      )
+      (polyline
+        (pts
+          (xy 1.905 1.905)
+          (xy 1.27 1.27)
+          (xy 1.905 0.635)
+          (xy 1.905 1.905)
+        )
+        (stroke (width 0) (type default) (color 0 0 0 0))
+        (fill (type outline))
+      )
+    )
     (symbol "Conn_PinHeader_2x02_P1.27mm_Vertical_SMD_1_1"
-      (rectangle (start -3.81 2.54) (end 3.81 -2.54)
+      (rectangle (start -5.08 2.54) (end 5.08 -2.54)
         (stroke (width 0.254) (type default) (color 0 0 0 0))
         (fill (type background))
       )
-      (pin passive line (at -7.62 1.27 0) (length 3.81)
+      (pin passive line (at -7.62 1.27 0) (length 2.54)
         (name "Pin_1" (effects (font (size 1.27 1.27))))
         (number "1" (effects (font (size 1.27 1.27))))
       )
-      (pin passive line (at 7.62 1.27 180) (length 3.81)
+      (pin passive line (at 7.62 1.27 180) (length 2.54)
         (name "Pin_2" (effects (font (size 1.27 1.27))))
         (number "2" (effects (font (size 1.27 1.27))))
       )
-      (pin passive line (at -7.62 -1.27 0) (length 3.81)
+      (pin passive line (at -7.62 -1.27 0) (length 2.54)
         (name "Pin_3" (effects (font (size 1.27 1.27))))
         (number "3" (effects (font (size 1.27 1.27))))
       )
-      (pin passive line (at 7.62 -1.27 180) (length 3.81)
+      (pin passive line (at 7.62 -1.27 180) (length 2.54)
         (name "Pin_4" (effects (font (size 1.27 1.27))))
         (number "4" (effects (font (size 1.27 1.27))))
       )
-- 
GitLab