forked from jaschaeisenberg/Discret.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
R1.kicad_mod
22 lines (22 loc) · 805 Bytes
/
R1.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 R1 (layer F.Cu)
(at 0 0)
(descr "Resistance verticale")
(tags R)
(autoplace_cost90 10)
(autoplace_cost180 10)
(fp_text reference R1 (at -1.016 2.54) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value VAL** (at -1.143 2.54) (layer F.SilkS) hide
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.27 0) (end 1.27 0) (layer F.SilkS) (width 0.15))
(fp_circle (center -1.27 0) (end -0.635 1.27) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model Discret/R1.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)