blob: b25f7c57c26e80dc2cdc3e51abf40aab59fe9e8c (
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
|
(module C1-1 (layer F.Cu)
(at 0 0)
(descr "Condensateur e = 1 ou 2 pas")
(tags C)
(fp_text reference REF** (at 0 2.032) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value C1-1 (at 0 2.032) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -3.556 -1.016) (end 3.556 -1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 3.556 -1.016) (end 3.556 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 3.556 1.016) (end -3.556 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -3.556 1.016) (end -3.556 -1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -3.556 -0.508) (end -3.048 -1.016) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 0 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask))
(model Discret.3dshapes/C1-1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|