48,9 → 48,6 |
|
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=2,space= 1.1, font = "orbitron.dxf", center=true); |
difference () { |
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); |
translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
60,9 → 57,6 |
|
translate ([ x_size/2, wall_thickness/2, 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("ANT",h=5,t=2, space= 1.1, font = "orbitron.dxf",center=true); |
difference () { |
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50); |
translate([ 0, -SMA_dia/2 , wall_thickness/2 + wall_thickness ]) |
70,6 → 64,21 |
} |
} |
} |
|
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); |
} |
|
translate ([ x_size/2, wall_thickness/2, 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("ANT",h=5,t=1, space= 1.1, font = "orbitron.dxf",center=true); |
} |
|
} |
|
|