-
Notifications
You must be signed in to change notification settings - Fork 53
/
LED_0805.kicad_mod
20 lines (20 loc) · 1018 Bytes
/
LED_0805.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(module LED_0805 (layer F.Cu) (tedit 561B67D7)
(descr "LED 0805 smd package")
(tags "LED 0805 SMD")
(attr smd)
(fp_text reference LED_0805 (at 0 -1.55) (layer F.SilkS)
(effects (font (size 0.762 0.762) (thickness 0.127)))
)
(fp_text value Val* (at 0 1.475) (layer F.SilkS)
(effects (font (size 0.762 0.762) (thickness 0.127)))
)
(fp_line (start -2.05 0.8) (end -2.05 -0.8) (layer F.SilkS) (width 0.2))
(fp_line (start -2.225 -0.8) (end -2.225 0.8) (layer F.SilkS) (width 0.2))
(fp_line (start 2 -0.8) (end 0.325 -0.8) (layer F.SilkS) (width 0.2))
(fp_line (start 0.325 0.8) (end 2 0.8) (layer F.SilkS) (width 0.2))
(fp_line (start 2.05 0.8) (end 2.05 -0.8) (layer F.SilkS) (width 0.2))
(fp_line (start -2.2 0.8) (end -0.325 0.8) (layer F.SilkS) (width 0.2))
(fp_line (start -2.2 -0.8) (end -0.35 -0.8) (layer F.SilkS) (width 0.2))
(pad 1 smd rect (at -1.1 0) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.1 0) (size 1.4 1.3) (layers F.Cu F.Paste F.Mask))
)