blob: 51805a1bdf42f533df40bc9fff7ea93287627819 (
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
|
(module CP8 (layer F.Cu)
(at 0 0)
(descr "Condensateur polarise")
(tags CP)
(fp_text reference REF** (at 1.27 1.27) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value CP8 (at 1.27 -1.27) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -10.16 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 10.16 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask))
(model Discret.3dshapes/CP8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.8 0.8 0.8))
(rotate (xyz 0 0 0))
)
)
|