forked from jaschaeisenberg/Discret.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R6.kicad_mod
26 lines (26 loc) · 1.12 KB
/
R6.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
(module R6 (layer F.Cu)
(at 0 0)
(descr "Resistance 6 pas")
(tags R)
(autoplace_cost180 10)
(fp_text reference R6 (at 0 0) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VAL** (at 0.254 0) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -6.35 -1.27) (end 6.35 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 6.35 -1.27) (end 6.35 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 6.35 1.27) (end -6.35 1.27) (layer F.SilkS) (width 0.15))
(fp_line (start 6.35 0) (end 7.62 0) (layer F.SilkS) (width 0.15))
(fp_line (start -7.62 0) (end -6.35 0) (layer F.SilkS) (width 0.15))
(fp_line (start -6.35 -0.508) (end -5.588 -1.27) (layer F.SilkS) (width 0.15))
(fp_line (start -6.35 -1.27) (end -6.35 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -7.62 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 7.62 0) (size 1.778 1.778) (drill 1.143) (layers *.Cu *.Mask F.SilkS))
(model Discret/R6.wrl
(at (xyz 0 0 0))
(scale (xyz 0.6 0.6 0.6))
(rotate (xyz 0 0 0))
)
)