From 21c0af6b875f9c66343d782ee5236c67a2677da3 Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Fri, 8 Jan 2021 07:08:28 +0100
Subject: [PATCH] Begin HexPad

---
 TripwireHook.pretty/TestPoint.kicad_mod | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 TripwireHook.pretty/TestPoint.kicad_mod

diff --git a/TripwireHook.pretty/TestPoint.kicad_mod b/TripwireHook.pretty/TestPoint.kicad_mod
new file mode 100644
index 0000000..0151144
--- /dev/null
+++ b/TripwireHook.pretty/TestPoint.kicad_mod
@@ -0,0 +1,16 @@
+(module TestPoint (layer F.Cu) (tedit 5FF7F130)
+  (fp_text reference REF** (at -6.3 -8.1) (layer F.SilkS)
+    (effects (font (size 1 1) (thickness 0.15)))
+  )
+  (fp_text value TestPoint (at 0 -8.1) (layer F.Fab)
+    (effects (font (size 1 1) (thickness 0.15)))
+  )
+  (pad 1 thru_hole custom (at 0 0) (size 1.524 1.524) (drill 0.762) (layers *.Cu *.Mask)
+    (zone_connect 0)
+    (options (clearance outline) (anchor circle))
+    (primitives
+      (gr_poly (pts
+         (xy 0.94 -0.54) (xy 0.94 0.54) (xy 0 1.08) (xy -0.93 0.54) (xy -0.93 -0.54)
+         (xy 0 -1.08)) (width 0.01))
+    ))
+)
-- 
GitLab