blob: f94637836d401781fff2d4007940ac7381add7cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
(module R1 (layer F.Cu)
(at 0 0)
(descr "Resistance verticale")
(tags R)
(fp_text reference REF** (at -1.016 2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value R1 (at -1.143 2.54) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.27 0) (end 1.27 0) (layer F.SilkS) (width 0.15))
(fp_circle (center -1.27 0) (end -0.635 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask))
(model Discret.3dshapes/R1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|