forked from jaschaeisenberg/Discret.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CP8.kicad_mod
29 lines (29 loc) · 1.42 KB
/
CP8.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 CP8 (layer F.Cu)
(at 0 0)
(descr "Condensateur polarise")
(tags CP)
(fp_text reference CP8 (at 1.27 1.27) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VAL** (at 1.27 -1.27) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -10.16 0) (end -8.89 0) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 1.27) (end -8.89 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 1.27) (end -8.89 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -8.89 -1.27) (end -7.62 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 2.54) (end -7.62 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 -2.54) (end 8.89 -2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 -2.54) (end 8.89 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 2.54) (end -7.62 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start 8.89 0) (end 10.16 0) (layer F.SilkS) (width 0.15))
(fp_line (start -5.08 -2.54) (end -5.08 2.54) (layer F.SilkS) (width 0.15))
(fp_line (start -6.35 2.54) (end -6.35 -2.54) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole rect (at -10.16 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 10.16 0) (size 1.778 1.778) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model Discret/CP8.wrl
(at (xyz 0 0 0))
(scale (xyz 0.8 0.8 0.8))
(rotate (xyz 0 0 0))
)
)