Added some footprint

This commit is contained in:
Damien Broqua 2016-11-03 21:46:32 +01:00
parent 180a0866e6
commit 5e39cc0748
26 changed files with 1355 additions and 0 deletions

16
RESISTOR.kicad_mod Normal file
View file

@ -0,0 +1,16 @@
(module RESISTOR (layer F.Cu)
(fp_text reference R? (at 0 0) (layer F.SilkS) (effects (font (size 1.27 1.524) (thickness 0.2032))))
(fp_text value Val** (at 0 2.54) (layer F.SilkS) hide (effects (font (size 1.27 1.524) (thickness 0.2032))))
(fp_line (start -3.175 -1.27) (end 3.175 -1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start 3.175 -1.27) (end 3.175 1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start 3.175 1.27) (end -3.175 1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start -3.175 1.27) (end -3.175 -1.27) (layer F.SilkS) (width 0.2032))
(fp_line (start 5.08 0) (end 3.175 0) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.08 0) (end -3.175 0) (layer F.SilkS) (width 0.2032))
(pad 1 thru_hole circle (at -5.08 0) (size 1.651 1.651) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
(pad 2 thru_hole circle (at 5.08 0) (size 1.651 1.651) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
)