blob: c5e9de1c749c31908d1411a56735d533fb277ac6 (
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
|
(module R3-LARGE_PADS (layer F.Cu)
(at 0 0)
(descr "Resitance 3 pas")
(tags R)
(fp_text reference REF** (at 0 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value R3-LARGE_PADS (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -3.81 0) (end -3.302 0) (layer F.SilkS) (width 0.15))
(fp_line (start 3.81 0) (end 3.302 0) (layer F.SilkS) (width 0.15))
(fp_line (start 3.302 0) (end 3.302 -1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 3.302 -1.016) (end -3.302 -1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -3.302 -1.016) (end -3.302 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start -3.302 1.016) (end 3.302 1.016) (layer F.SilkS) (width 0.15))
(fp_line (start 3.302 1.016) (end 3.302 0) (layer F.SilkS) (width 0.15))
(fp_line (start -3.302 -0.508) (end -2.794 -1.016) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 3.81 0) (size 1.651 1.651) (drill 0.8128) (layers *.Cu *.Mask))
(model Discret.3dshapes/R3-LARGE_PADS.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3 0.3 0.3))
(rotate (xyz 0 0 0))
)
)
|