50,7 → 50,7 |
rotate([90,0,0]) { |
difference () { |
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); |
translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
translate([ 0, SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
cube([SMA_dia, 1 , thickness ], center=true); |
} |
} |
59,17 → 59,17 |
rotate([90,0,0]){ |
difference () { |
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); |
translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
translate([ 0, SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
cube([SMA_dia, 1 , thickness ], center=true); |
} |
} |
} |
|
translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2]) |
/* translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2]) |
rotate([90,0,0]) { |
translate([ 0, -11, wall_thickness/2 + wall_thickness ]) |
rotate([0,0,180]) |
write("GPS",h=5,t=1,space= 1.1, font = "orbitron.dxf", center=true); |
write("GPS",h=5,t=2,space= 1.1, font = "Letters.dxf", center=true); |
} |
|
translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ]) |
76,9 → 76,9 |
rotate([90,0,0]){ |
translate([ 0, -11, wall_thickness/2 + wall_thickness]) |
rotate([0,0,180]) |
write("ANT",h=5,t=1, space= 1.1, font = "orbitron.dxf",center=true); |
write("ANT",h=5,t=3, space= 1.1, font = "Letters.dxf",center=true); |
} |
|
*/ |
} |
|
|