-
Notifications
You must be signed in to change notification settings - Fork 13
/
SW_PUSH.kicad_mod
27 lines (27 loc) · 1.28 KB
/
SW_PUSH.kicad_mod
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
(module SW_PUSH (layer F.Cu)
(at 0 0)
(descr "Bouton poussoir")
(tags "SWITCH DEV")
(autoplace_cost180 10)
(fp_text reference BP*** (at 1.27 -5.08) (layer F.SilkS)
(effects (font (size 1.27 1.27) (thickness 0.254)))
)
(fp_text value SW_PUSH (at 0 0) (layer F.SilkS)
(effects (font (size 1.27 1.27) (thickness 0.254)))
)
(fp_line (start 6.35 -5.715) (end 6.35 5.715) (layer F.SilkS) (width 0.2032))
(fp_line (start 6.35 5.715) (end 5.715 6.35) (layer F.SilkS) (width 0.2032))
(fp_line (start 5.715 6.35) (end -5.715 6.35) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.715 6.35) (end -6.35 5.715) (layer F.SilkS) (width 0.2032))
(fp_line (start -6.35 5.715) (end -6.35 -5.715) (layer F.SilkS) (width 0.2032))
(fp_line (start -5.715 -6.35) (end 5.715 -6.35) (layer F.SilkS) (width 0.2032))
(fp_line (start 5.715 -6.35) (end 6.35 -5.715) (layer F.SilkS) (width 0.2032))
(fp_line (start -6.35 -5.715) (end -5.715 -6.35) (layer F.SilkS) (width 0.2032))
(pad 1 thru_hole circle (at -5.08 -2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 5.08 2.54) (size 2.54 2.54) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(model device/switch_push.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)