blob: 2c6710b326700705d4bba8a513dca2c26537d658 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
(module D_0805 (layer F.Cu) (tedit 590CE9A4)
(descr "Diode SMD in 0805 package http://datasheets.avx.com/schottky.pdf")
(tags "smd diode")
(attr smd)
(fp_text reference REF** (at 0 -1.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value D_0805 (at 0 1.7) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text user %R (at 0 -1.6) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.6 -0.8) (end -1.6 0.8) (layer F.SilkS) (width 0.12))
(fp_line (start -1.7 0.88) (end -1.7 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.7 0.88) (end -1.7 0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 1.7 -0.88) (end 1.7 0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.7 -0.88) (end 1.7 -0.88) (layer F.CrtYd) (width 0.05))
(fp_line (start 0.2 0) (end 0.4 0) (layer F.Fab) (width 0.1))
(fp_line (start -0.1 0) (end -0.3 0) (layer F.Fab) (width 0.1))
(fp_line (start -0.1 -0.2) (end -0.1 0.2) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 0.2) (end 0.2 -0.2) (layer F.Fab) (width 0.1))
(fp_line (start -0.1 0) (end 0.2 0.2) (layer F.Fab) (width 0.1))
(fp_line (start 0.2 -0.2) (end -0.1 0) (layer F.Fab) (width 0.1))
(fp_line (start -1 0.65) (end -1 -0.65) (layer F.Fab) (width 0.1))
(fp_line (start 1 0.65) (end -1 0.65) (layer F.Fab) (width 0.1))
(fp_line (start 1 -0.65) (end 1 0.65) (layer F.Fab) (width 0.1))
(fp_line (start -1 -0.65) (end 1 -0.65) (layer F.Fab) (width 0.1))
(fp_line (start -1.6 0.8) (end 1 0.8) (layer F.SilkS) (width 0.12))
(fp_line (start -1.6 -0.8) (end 1 -0.8) (layer F.SilkS) (width 0.12))
(pad 1 smd rect (at -1.05 0) (size 0.8 0.9) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 1.05 0) (size 0.8 0.9) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/Diodes_SMD.3dshapes/D_0805.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|