forked from brunoeagle/kicad-open-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path3-PIN-SCREW.kicad_mod
16 lines (16 loc) · 995 Bytes
/
3-PIN-SCREW.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(module 3-PIN-SCREW (layer F.Cu) (tedit 545BDB69)
(fp_text reference 3-PIN-SCREW (at 0.01524 -4.9911) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_text value VAL** (at 0 4.77012) (layer F.SilkS)
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_line (start 7.50062 0) (end 7.50062 3.82524) (layer F.SilkS) (width 0.8))
(fp_line (start 7.50062 3.82524) (end -7.50062 3.82016) (layer F.SilkS) (width 0.8))
(fp_line (start -7.50062 3.82016) (end -7.50062 -3.82016) (layer F.SilkS) (width 0.8))
(fp_line (start -7.50062 -3.82016) (end 7.50062 -3.82016) (layer F.SilkS) (width 0.8))
(fp_line (start 7.50062 -3.82016) (end 7.50062 0) (layer F.SilkS) (width 0.8))
(pad 3 thru_hole circle (at 5 0) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 0 0) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask F.SilkS))
(pad 1 thru_hole circle (at -5 0) (size 2.5 2.5) (drill 1.3) (layers *.Cu *.Mask F.SilkS))
)