-
Notifications
You must be signed in to change notification settings - Fork 13
/
CP12.kicad_mod
29 lines (29 loc) · 1.47 KB
/
CP12.kicad_mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(module CP12 (layer F.Cu)
(at 0 0)
(descr "Condensateur polarise")
(tags CP)
(fp_text reference CP12 (at 1.27 1.905) (layer F.SilkS)
(effects (font (size 2.286 2.54) (thickness 0.3048)))
)
(fp_text value C*** (at 1.27 -1.905) (layer F.SilkS)
(effects (font (size 2.286 1.6002) (thickness 0.3048)))
)
(fp_line (start -15.24 0) (end -13.97 0) (layer F.SilkS) (width 0.3048))
(fp_line (start -12.7 1.27) (end -13.97 1.27) (layer F.SilkS) (width 0.3048))
(fp_line (start -13.97 1.27) (end -13.97 -1.27) (layer F.SilkS) (width 0.3048))
(fp_line (start -13.97 -1.27) (end -12.7 -1.27) (layer F.SilkS) (width 0.3048))
(fp_line (start -12.7 -3.81) (end 13.97 -3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 13.97 -3.81) (end 13.97 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 13.97 3.81) (end -12.7 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start 13.97 0) (end 15.24 0) (layer F.SilkS) (width 0.3048))
(fp_line (start -10.16 -3.81) (end -10.16 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -8.89 -3.81) (end -8.89 3.81) (layer F.SilkS) (width 0.3048))
(fp_line (start -12.7 -3.81) (end -12.7 3.81) (layer F.SilkS) (width 0.3048))
(pad 1 thru_hole rect (at -15.24 0) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 15.24 0) (size 1.778 1.778) (drill 1.016) (layers *.Cu *.Mask F.SilkS))
(model discret/c_pol.wrl
(at (xyz 0 0 0))
(scale (xyz 1.2 1.2 1.2))
(rotate (xyz 0 0 0))
)
)