-
Notifications
You must be signed in to change notification settings - Fork 0
/
SW_DPDT.kicad_mod
18 lines (18 loc) · 1.07 KB
/
SW_DPDT.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(module SW_DPDT (layer F.Cu) (tedit 5487831E)
(fp_text reference SW_DPDT (at 0 5) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VAL** (at -0.254 -5.969) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4 -4) (end 4 -4) (layer F.SilkS) (width 0.15))
(fp_line (start 4 -4) (end 4 4) (layer F.SilkS) (width 0.15))
(fp_line (start 4 4) (end -4 4) (layer F.SilkS) (width 0.15))
(fp_line (start -4 4) (end -4 -4) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at 0 3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at -2.5 3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole circle (at 2.5 3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 4 thru_hole circle (at 0 -3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 5 thru_hole circle (at -2.5 -3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
(pad 6 thru_hole circle (at 2.5 -3) (size 1.2 1.2) (drill 0.8) (layers *.Cu *.Mask F.SilkS))
)