forked from foostan/kbd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR.kicad_mod
34 lines (34 loc) · 1.53 KB
/
R.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
30
31
32
33
34
(module R (layer F.Cu) (tedit 5AA6C8B2)
(descr "Resitance 3 pas")
(tags R)
(autoplace_cost180 10)
(fp_text reference ** (at 0.05 -0.08) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.15)))
)
(fp_text value R (at 0 -1.6) (layer F.SilkS) hide
(effects (font (size 0.5 0.5) (thickness 0.125)))
)
(fp_text user ** (at 0 -0.0635) (layer B.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.15)) (justify mirror))
)
(fp_line (start -1.5 -1) (end 1.5 -1) (layer B.SilkS) (width 0.15))
(fp_line (start 1.5 -1) (end 1.5 1) (layer B.SilkS) (width 0.15))
(fp_line (start 1.5 1) (end -1.5 1) (layer B.SilkS) (width 0.15))
(fp_line (start -1.5 1) (end -1.5 -1) (layer B.SilkS) (width 0.15))
(fp_line (start -1.50114 -1.00076) (end -1.50114 1.00076) (layer F.SilkS) (width 0.15))
(fp_line (start -1.50114 1.00076) (end 1.50114 1.00076) (layer F.SilkS) (width 0.15))
(fp_line (start 1.50114 1.00076) (end 1.50114 -1.00076) (layer F.SilkS) (width 0.15))
(fp_line (start 1.50114 -1.00076) (end -1.50114 -1.00076) (layer F.SilkS) (width 0.15))
(pad 1 thru_hole circle (at -2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 2.54 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model discret/resistor.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3 0.3 0.3))
(rotate (xyz 0 0 0))
)
(model Resistors_ThroughHole.3dshapes/Resistor_Horizontal_RM10mm.wrl
(at (xyz 0 0 0))
(scale (xyz 0.2 0.2 0.2))
(rotate (xyz 0 0 0))
)
)