blob: 0a7ff3523d30c09690bffd7a912cb2637f0dde64 (
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 R7 (layer F.Cu)
(at 0 0)
(descr "Resitance 7 pas")
(tags R)
(fp_text reference REF** (at 2.286 1.016) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value R7 (at -2.286 -1.27) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -8.89 0) (end -8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 0) (end -8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start 6.985 0) (end 8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 0) (end 8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start 6.985 2.54) (end -6.985 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.985 -2.54) (end 6.985 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.985 -1.27) (end -5.715 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 6.985 -2.54) (end 6.985 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.985 -2.54) (end -6.985 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 0) (end -6.985 0) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -8.89 0) (size 1.778 1.778) (drill 1.27) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 8.89 0) (size 1.778 1.778) (drill 1.27) (layers *.Cu *.Mask))
(model Discret.3dshapes/R7.wrl
(at (xyz 0 0 0))
(scale (xyz 0.7 0.7 0.7))
(rotate (xyz 0 0 0))
)
)
|