Rev 4085 Rev 4102
Line 48... Line 48...
48   48  
49 translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2]) 49 translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2])
50 rotate([90,0,0]) { 50 rotate([90,0,0]) {
51 difference () { 51 difference () {
52 cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); 52 cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50);
53 translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) 53 translate([ 0, SMA_dia/2 , wall_thickness/2 + wall_thickness ])
54 cube([SMA_dia, 1 , thickness ], center=true); 54 cube([SMA_dia, 1 , thickness ], center=true);
55 } 55 }
56 } 56 }
57   57  
58 translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ]) 58 translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ])
59 rotate([90,0,0]){ 59 rotate([90,0,0]){
60 difference () { 60 difference () {
61 cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); 61 cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50);
62 translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) 62 translate([ 0, SMA_dia/2 , wall_thickness/2 + wall_thickness ])
63 cube([SMA_dia, 1 , thickness ], center=true); 63 cube([SMA_dia, 1 , thickness ], center=true);
64 } 64 }
65 } 65 }
66 } 66 }
67   67  
68 translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2]) 68 /* translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2])
69 rotate([90,0,0]) { 69 rotate([90,0,0]) {
70 translate([ 0, -11, wall_thickness/2 + wall_thickness ]) 70 translate([ 0, -11, wall_thickness/2 + wall_thickness ])
71 rotate([0,0,180]) 71 rotate([0,0,180])
72 write("GPS",h=5,t=1,space= 1.1, font = "orbitron.dxf", center=true); 72 write("GPS",h=5,t=2,space= 1.1, font = "Letters.dxf", center=true);
73 } 73 }
74 74
75 translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ]) 75 translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ])
76 rotate([90,0,0]){ 76 rotate([90,0,0]){
77 translate([ 0, -11, wall_thickness/2 + wall_thickness]) 77 translate([ 0, -11, wall_thickness/2 + wall_thickness])
78 rotate([0,0,180]) 78 rotate([0,0,180])
79 write("ANT",h=5,t=1, space= 1.1, font = "orbitron.dxf",center=true); 79 write("ANT",h=5,t=3, space= 1.1, font = "Letters.dxf",center=true);
80 } 80 }
81 81 */
82 } 82 }
83   83  
84   84