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