forked from KiCad/LEDs.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LED-8MM.kicad_mod
22 lines (22 loc) · 1.02 KB
/
LED-8MM.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(module LED-8MM (layer F.Cu) (tedit 55BDE41B)
(descr "LED 8mm - Lead pitch 100mil (2,54mm)")
(tags "LED led 8mm 8MM 100mil 2.54mm")
(fp_text reference REF** (at 1.5 -5.5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value LED-8MM (at 1.5 5.5) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -3 -2.35) (end -3 2.35) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.73 -2.27) (end -2.73 2.27) (layer F.SilkS) (width 0.15))
(fp_circle (center 1.27 0) (end 1.27 4) (layer F.SilkS) (width 0.15))
(fp_arc (start 1.25 0) (end -3 -2.35) (angle 302) (layer F.CrtYd) (width 0.05))
(fp_arc (start 1.27 0) (end -2.73 -2.27) (angle 300.7) (layer F.SilkS) (width 0.15))
(pad 2 thru_hole circle (at 2.54 0 180) (size 1.8 1.8) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole rect (at 0 0 180) (size 1.8 1.8) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(model LEDs.3dshapes/LED-8MM.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)