forked from KiCad/Connectors.pretty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTESTPOINT.kicad_mod
More file actions
26 lines (26 loc) · 1.25 KB
/
TESTPOINT.kicad_mod
File metadata and controls
26 lines (26 loc) · 1.25 KB
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 TESTPOINT (layer F.Cu)
(at 0 0)
(descr "Connecteurs 2 pins")
(tags "CONN DEV")
(fp_text reference REF** (at 0 -1.524) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value TESTPOINT (at 0.127 1.524) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -1.905 -0.889) (end 1.778 -0.889) (layer F.SilkS) (width 0.15))
(fp_line (start 1.778 -0.889) (end 2.286 -0.381) (layer F.SilkS) (width 0.15))
(fp_line (start 2.286 -0.381) (end 2.286 0.381) (layer F.SilkS) (width 0.15))
(fp_line (start 2.286 0.381) (end 1.778 0.889) (layer F.SilkS) (width 0.15))
(fp_line (start 1.778 0.889) (end -1.905 0.889) (layer F.SilkS) (width 0.15))
(fp_line (start -1.905 0.889) (end -2.413 0.381) (layer F.SilkS) (width 0.15))
(fp_line (start -2.413 0.381) (end -2.413 -0.381) (layer F.SilkS) (width 0.15))
(fp_line (start -2.413 -0.381) (end -1.905 -0.889) (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 1 thru_hole circle (at 1.27 0) (size 1.397 1.397) (drill 0.8128) (layers *.Cu *.Mask F.SilkS))
(model Connect.3dshapes/TESTPOINT.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)