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

View file

@ -0,0 +1,9 @@
(module CHERRY_MX_DIODE (layer F.Cu)
(fp_text reference D? (at 0 5.08) (layer F.SilkS) (effects (font (thickness 0.254))))
(fp_text value DIODE (at 0 5.08) (layer F.SilkS) hide (effects (font (thickness 0.254))))
(pad 1 thru_hole circle (at -3.81 5.08) (size 1.778 1.778) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
(pad 2 thru_hole rect (at 3.81 5.08) (size 1.778 1.778) (drill 0.9906) (layers *.Cu *.SilkS *.Mask))
)