blob: 891565a6295811b6b62a2f244896c3ff46969252 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
(module PINTST (layer F.Cu) (tedit 58613369)
(descr "module 1 pin (ou trou mecanique de percage)")
(tags DEV)
(fp_text reference REF** (at 0 -1.6) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value PINTST (at 0 1.6) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 1.1 0) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 0.4 0.6) (layer F.Fab) (width 0.1))
(fp_circle (center 0 0) (end -0.254 -0.762) (layer F.SilkS) (width 0.12))
(pad 1 thru_hole circle (at 0 0) (size 1.143 1.143) (drill 0.635) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Connectors.3dshapes/PINTST.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|