7
mirror of https://gitlab.com/kicad/libraries/kicad-footprints.git synced 2025-05-05 21:38:05 +00:00

New 2 pad testpoint for Multimeter ()

Easier access with a Multimeter compared to the other smaller 2-pad testpoint accessible
This commit is contained in:
ferdymercury 2019-01-01 16:21:37 -05:00 committed by Rene Pöschl
parent c81c64dcd2
commit bdf0162624

View File

@ -0,0 +1,25 @@
(module TestPoint_2Pads_Pitch5.08mm_Drill1.3mm (layer F.Cu) (tedit 5BD71EB4)
(descr "Test point with 2 pads, pitch 5.08mm, hole diameter 1.3mm, wire diameter 1.0mm")
(tags "CONN DEV")
(attr virtual)
(fp_text reference REF** (at 2.54 -2.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TestPoint_2Pads_Pitch5.08mm_Drill1.3mm (at 2.54 3) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 2.54 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 6.88 1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 6.88 1.8) (end 6.88 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end -1.8 1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.8 -1.8) (end 6.88 -1.8) (layer F.CrtYd) (width 0.05))
(fp_line (start 5.08 0) (end 0 0) (layer F.Fab) (width 0.1))
(fp_line (start -1.5 -1.5) (end -1.5 1.5) (layer F.SilkS) (width 0.12))
(fp_line (start 6.6 1.5) (end 6.6 -1.5) (layer F.SilkS) (width 0.12))
(fp_line (start -1.5 -1.5) (end 6.6 -1.5) (layer F.SilkS) (width 0.12))
(fp_line (start 6.6 1.5) (end -1.5 1.5) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole roundrect (at 0 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask) (roundrect_rratio 0.25))
(pad 2 thru_hole circle (at 5.08 0) (size 2.6 2.6) (drill 1.3) (layers *.Cu *.Mask))
)