-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR3.kicad_mod
26 lines (26 loc) · 1.24 KB
/
R3.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 R3 (layer F.Cu) (tedit 52650C26)
(descr "Resitance 3 pas")
(tags R)
(autoplace_cost180 10)
(fp_text reference R45 (at 0 -2.54) (layer F.SilkS)
(effects (font (size 1.397 1.27) (thickness 0.2032)))
)
(fp_text value 100k (at 0 0) (layer F.SilkS) hide
(effects (font (size 1.397 1.27) (thickness 0.2032)))
)
(fp_line (start 0 0) (end 0.508 0) (layer F.SilkS) (width 0.3048))
(fp_line (start 7.62 0) (end 7.112 0) (layer F.SilkS) (width 0.3048))
(fp_line (start 7.112 0) (end 7.112 -1.016) (layer F.SilkS) (width 0.3048))
(fp_line (start 7.112 -1.016) (end 0.508 -1.016) (layer F.SilkS) (width 0.3048))
(fp_line (start 0.508 -1.016) (end 0.508 1.016) (layer F.SilkS) (width 0.3048))
(fp_line (start 0.508 1.016) (end 7.112 1.016) (layer F.SilkS) (width 0.3048))
(fp_line (start 7.112 1.016) (end 7.112 0) (layer F.SilkS) (width 0.3048))
(fp_line (start 0.508 -0.508) (end 1.016 -1.016) (layer F.SilkS) (width 0.3048))
(pad 1 thru_hole circle (at 0 0) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask B.Paste))
(pad 2 thru_hole circle (at 7.62 0) (size 2.032 2.032) (drill 0.9144) (layers *.Cu *.Mask B.Paste))
(model discret/resistor.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3 0.3 0.3))
(rotate (xyz 0 0 0))
)
)