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