forked from KiCad/SMD_Packages.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPOT_SMD.kicad_mod
22 lines (22 loc) · 1.09 KB
/
POT_SMD.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 POT_SMD (layer F.Cu)
(at 0 0)
(descr "module CMS Potentiometre")
(tags "CMS POT")
(attr smd)
(fp_text reference REF** (at 0 -0.88646) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value POT_SMD (at 0 0.635) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.54 1.27) (end -2.54 3.556) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 3.556) (end 2.54 3.556) (layer F.SilkS) (width 0.15))
(fp_line (start 2.54 3.556) (end 2.54 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -2.54 -1.778) (end -1.016 -3.556) (layer F.SilkS) (width 0.15))
(fp_line (start -1.016 -3.556) (end 1.016 -3.556) (layer F.SilkS) (width 0.15))
(fp_line (start 1.016 -3.556) (end 2.54 -1.778) (layer F.SilkS) (width 0.15))
(fp_circle (center 0 0) (end 0.254 -0.762) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -1.27 2.54) (size 1.27 1.524) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 -2.54) (size 1.27 1.524) (layers F.Cu F.Paste F.Mask))
(pad 3 smd rect (at 1.27 2.54) (size 1.27 1.524) (layers F.Cu F.Paste F.Mask))
)