KiCad-MechKeyboard/RESISTOR.kicad_mod
2016-11-03 21:46:32 +01:00

17 lines
930 B
Plaintext

(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))
)