forked from KiCad/Connectors.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGS3.kicad_mod
18 lines (18 loc) · 894 Bytes
/
GS3.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(module GS3 (layer F.Cu)
(at 0 0)
(descr "Pontet Goute de soudure")
(attr virtual)
(fp_text reference GS3 (at 1.524 0 90) (layer F.SilkS)
(effects (font (size 1.016 0.762) (thickness 0.127)))
)
(fp_text value VAL* (at 1.524 0 90) (layer F.SilkS) hide
(effects (font (size 0.762 0.762) (thickness 0.127)))
)
(fp_line (start -0.889 -1.905) (end -0.889 1.905) (layer F.SilkS) (width 0.127))
(fp_line (start -0.889 1.905) (end 0.889 1.905) (layer F.SilkS) (width 0.127))
(fp_line (start 0.889 1.905) (end 0.889 -1.905) (layer F.SilkS) (width 0.127))
(fp_line (start -0.889 -1.905) (end 0.889 -1.905) (layer F.SilkS) (width 0.127))
(pad 1 smd rect (at 0 -1.27) (size 1.27 0.9652) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 0) (size 1.27 0.9652) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 0 1.27) (size 1.27 0.9652) (layers F.Cu F.Paste F.Mask))
)