blob: 183afbb93be36c490b3b45d3e425dd962d079ccd (
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 SW_PUSH (layer F.Cu)
(at 0 0)
(descr "Bouton poussoir")
(tags "SWITCH DEV")
(fp_text reference REF** (at 1.27 -5.08) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SW_PUSH (at 0 0) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start 6.35 -5.715) (end 6.35 5.715) (layer F.SilkS) (width 0.12))
(fp_line (start 6.35 5.715) (end 5.715 6.35) (layer F.SilkS) (width 0.12))
(fp_line (start 5.715 6.35) (end -5.715 6.35) (layer F.SilkS) (width 0.12))
(fp_line (start -5.715 6.35) (end -6.35 5.715) (layer F.SilkS) (width 0.12))
(fp_line (start -6.35 5.715) (end -6.35 -5.715) (layer F.SilkS) (width 0.12))
(fp_line (start -5.715 -6.35) (end 5.715 -6.35) (layer F.SilkS) (width 0.12))
(fp_line (start 5.715 -6.35) (end 6.35 -5.715) (layer F.SilkS) (width 0.12))
(fp_line (start -6.35 -5.715) (end -5.715 -6.35) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole circle (at -5.08 -2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 5.08 2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask))
(model Buttons_Switches_THT.3dshapes/SW_PUSH.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|