-
Notifications
You must be signed in to change notification settings - Fork 13
/
KSA.kicad_mod
22 lines (22 loc) · 1.3 KB
/
KSA.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(module KSA (layer F.Cu)
(at 193.04 219.71)
(descr "Bouton poussoir KSA")
(tags "SWITCH DEV")
(fp_text reference VAL* (at 0.381 4.699) (layer F.SilkS)
(effects (font (size 1.524 1.016) (thickness 0.2032)))
)
(fp_text value KSA (at -0.127 -4.953) (layer F.SilkS)
(effects (font (size 1.524 1.016) (thickness 0.2032)))
)
(fp_line (start -3.81 3.81) (end 5.08 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 5.08 3.81) (end 5.08 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 5.08 -3.81) (end -5.08 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -5.08 -3.81) (end -5.08 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -5.08 3.81) (end -3.81 3.81) (layer F.SilkS) (width 0.3048))
(fp_circle (center 0 0) (end 1.905 0.635) (layer F.SilkS) (width 0.3048))
(pad 1 thru_hole circle (at 3.81 -2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 3.81 2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole circle (at -3.81 2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole circle (at -3.81 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 5 thru_hole circle (at -3.81 -2.54) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
)