blob: e5ba5aebe6375b347828bf6b21028791d522e83d (
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
33
34
35
36
37
|
(module SMB_Straight (layer F.Cu) (tedit 586135E7)
(descr "SMB pcb mounting jack")
(tags "SMB Jack Striaght")
(fp_text reference REF** (at 0 -4.85) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_text value SMB_Straight (at 0 5.05) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_circle (center 0 0) (end 2.5 0) (layer F.Fab) (width 0.1))
(fp_line (start -3.45 -3.45) (end -3.45 3.45) (layer F.Fab) (width 0.1))
(fp_line (start -3.45 3.45) (end 3.45 3.45) (layer F.Fab) (width 0.1))
(fp_line (start 3.45 3.45) (end 3.45 -3.45) (layer F.Fab) (width 0.1))
(fp_line (start 3.45 -3.45) (end -3.45 -3.45) (layer F.Fab) (width 0.1))
(fp_line (start -4.25 -4.25) (end 4.25 -4.25) (layer B.CrtYd) (width 0.05))
(fp_line (start 4.25 -4.25) (end 4.25 4.25) (layer B.CrtYd) (width 0.05))
(fp_line (start 4.25 4.25) (end -4.25 4.25) (layer B.CrtYd) (width 0.05))
(fp_line (start -4.25 4.25) (end -4.25 -4.25) (layer B.CrtYd) (width 0.05))
(fp_line (start 4.25 4.25) (end -4.25 4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.25 4.25) (end -4.25 -4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start 4.25 -4.25) (end 4.25 4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -4.25 -4.25) (end 4.25 -4.25) (layer F.CrtYd) (width 0.05))
(fp_line (start -1 -3.5052) (end 1 -3.5052) (layer F.SilkS) (width 0.12))
(fp_line (start 3.5052 -1) (end 3.5052 1) (layer F.SilkS) (width 0.12))
(fp_line (start 1 3.5052) (end -1 3.5052) (layer F.SilkS) (width 0.12))
(fp_line (start -3.5052 1) (end -3.5052 -1) (layer F.SilkS) (width 0.12))
(pad 2 thru_hole circle (at -2.54 2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 2.54 2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at 2.54 -2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask))
(pad 2 thru_hole circle (at -2.54 -2.54) (size 2.74 2.74) (drill 1.7) (layers *.Cu *.Mask))
(pad 1 thru_hole circle (at 0 0) (size 2.24 2.24) (drill 1.2) (layers *.Cu *.Mask))
(model ${KISYS3DMOD}/Connectors.3dshapes/SMB_Straight.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)
|