-
Notifications
You must be signed in to change notification settings - Fork 13
/
RV2.kicad_mod
22 lines (22 loc) · 881 Bytes
/
RV2.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 RV2 (layer F.Cu)
(at 0 0)
(descr "Resistance variable / potentiometre")
(tags R)
(autoplace_cost90 10)
(autoplace_cost180 10)
(fp_text reference Val* (at 0 -5.08) (layer F.SilkS)
(effects (font (size 1.397 1.27) (thickness 0.2032)))
)
(fp_text value RV2 (at -0.254 5.207) (layer F.SilkS)
(effects (font (size 1.397 1.27) (thickness 0.2032)))
)
(fp_circle (center 0 0.381) (end 0 -3.175) (layer F.SilkS) (width 0.2032))
(pad 1 thru_hole circle (at -2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 2 thru_hole circle (at 0 -1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(pad 3 thru_hole circle (at 2.54 1.27) (size 1.524 1.524) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model discret/adjustable_rx2.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)