-
Notifications
You must be signed in to change notification settings - Fork 13
/
LEDV.kicad_mod
22 lines (22 loc) · 920 Bytes
/
LEDV.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 LEDV (layer F.Cu)
(at 0 0)
(descr "Led verticale diam 6mm")
(tags "LED DEV")
(fp_text reference LEDV (at 0 -3.81) (layer F.SilkS)
(effects (font (thickness 0.3048)))
)
(fp_text value D*** (at 0 -3.81) (layer F.SilkS) hide
(effects (font (thickness 0.3048)))
)
(fp_circle (center 0 0) (end -2.54 0) (layer F.SilkS) (width 0.3048))
(fp_line (start 2.54 -0.635) (end 1.905 -0.635) (layer F.SilkS) (width 0.3048))
(fp_line (start 1.905 -0.635) (end 1.905 0.635) (layer F.SilkS) (width 0.3048))
(fp_line (start 1.905 0.635) (end 2.54 0.635) (layer F.SilkS) (width 0.3048))
(pad 1 thru_hole rect (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model discret/led5_vertical.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)