forked from stormbard/Keyboard.pretty
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Resistor.kicad_mod
16 lines (16 loc) · 962 Bytes
/
Resistor.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(module Keyboard:RESISTOR (layer F.Cu) (tedit 4E0F7A99)
(fp_text reference Ref** (at 0 0) (layer F.SilkS)
(effects (font (size 1.27 1.524) (thickness 0.2032)))
)
(fp_text value VAL** (at 0 0) (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))
)