forked from foostan/kbd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJumper.kicad_mod
22 lines (22 loc) · 958 Bytes
/
Jumper.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 Jumper (layer F.Cu) (tedit 5AA80637)
(attr smd)
(fp_text reference JP6 (at -2.413 0.127) (layer F.SilkS) hide
(effects (font (size 0.8128 0.8128) (thickness 0.1524)))
)
(fp_text value " SDA" (at -2.794 0) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.15)))
)
(fp_line (start -1.143 -0.889) (end 1.143 -0.889) (layer F.SilkS) (width 0.15))
(fp_line (start 1.143 -0.889) (end 1.143 0.889) (layer F.SilkS) (width 0.15))
(fp_line (start 1.143 0.889) (end -1.143 0.889) (layer F.SilkS) (width 0.15))
(fp_line (start -1.143 0.889) (end -1.143 -0.889) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at -0.50038 0) (size 0.635 1.143) (layers F.Cu F.Paste F.Mask)
(clearance 0.1905))
(pad 2 smd rect (at 0.50038 0) (size 0.635 1.143) (layers F.Cu F.Paste F.Mask)
(clearance 0.1905))
(model smd\resistors\R0603.wrl
(at (xyz 0 0 0.001))
(scale (xyz 0.5 0.5 0.5))
(rotate (xyz 0 0 0))
)
)