blob: 06b13a8a4e55f5dd873a4f4174027710eafdf8d3 (
plain)
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
|
(module bornier3 (layer F.Cu) (tedit 587FD5F2)
(descr "Bornier d'alimentation 3 pins")
(tags DEV)
(fp_text reference REF** (at 5.05 -4.65) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value bornier3 (at 5.08 5.08) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -2.47 2.55) (end 12.63 2.55) (layer F.Fab) (width 0.1))
(fp_line (start -2.47 -3.75) (end 12.63 -3.75) (layer F.Fab) (width 0.1))
(fp_line (start 12.63 -3.75) (end 12.63 3.75) (layer F.Fab) (width 0.1))
(fp_line (start 12.63 3.75) (end -2.47 3.75) (layer F.Fab) (width 0.1))
(fp_line (start -2.47 3.75) (end -2.47 -3.75) (layer F.Fab) (width 0.1))
(fp_line (start -2.54 3.81) (end -2.54 -3.81) (layer F.SilkS) (width 0.12))
(fp_line (start 12.7 3.81) (end 12.7 -3.81) (layer F.SilkS) (width 0.12))
(fp_line (start -2.54 2.54) (end 12.7 2.54) (layer F.SilkS) (width 0.12))
(fp_line (start -2.54 -3.81) (end 12.7 -3.81) (layer F.SilkS) (width 0.12))
(fp_line (start -2.54 3.81) (end 12.7 3.81) (layer F.SilkS) (width 0.12))
(fp_line (start -2.72 -4) (end 12.88 -4) (layer F.CrtYd) (width 0.05))
(fp_line (start -2.72 -4) (end -2.72 4) (layer F.CrtYd) (width 0.05))
(fp_line (start 12.88 4) (end 12.88 -4) (layer F.CrtYd) (width 0.05))
(fp_line (start 12.88 4) (end -2.72 4) (layer F.CrtYd) (width 0.05))
(pad 1 thru_hole rect (at 0 0) (size 3 3) (drill 1.52) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 5.08 0) (size 3 3) (drill 1.52) (layers *.Cu *.Mask))
(pad 3 thru_hole circle (at 10.16 0) (size 3 3) (drill 1.52) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Connectors.3dshapes/bornier3.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|