From d518357f76eb01e61550d8a951bfcc938d164181 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Mon, 5 Nov 2018 13:02:28 +0800 Subject: [PATCH] hardware: footprints: add testpoint footprint This is from Tomu, so it's verified to be the correct size. Signed-off-by: Sean Cross --- hardware/pcb/tomu-fpga.pretty/testpoint.kicad_mod | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hardware/pcb/tomu-fpga.pretty/testpoint.kicad_mod diff --git a/hardware/pcb/tomu-fpga.pretty/testpoint.kicad_mod b/hardware/pcb/tomu-fpga.pretty/testpoint.kicad_mod new file mode 100644 index 0000000..5b379a3 --- /dev/null +++ b/hardware/pcb/tomu-fpga.pretty/testpoint.kicad_mod @@ -0,0 +1,13 @@ +(module testpoint (layer F.Cu) (tedit 59EAD795) + (descr "Mesurement Point, Round, SMD Pad, DM 1.5mm,") + (tags "Mesurement Point Round SMD Pad 1.5mm") + (attr virtual) + (fp_text reference TP3 (at 0 -1.15) (layer F.Fab) hide + (effects (font (size 0.127 0.127) (thickness 0.03175))) + ) + (fp_text value TEST (at 0 1.15) (layer F.Fab) hide + (effects (font (size 0.127 0.127) (thickness 0.03175))) + ) + (fp_circle (center 0 0) (end 1 0) (layer F.CrtYd) (width 0.05)) + (pad 1 smd circle (at 0 0) (size 1.5 1.5) (layers F.Cu F.Mask)) +)