/Designs/Measuring_instruments/RMDS02D/CAD/src/connectors_holder.scad
5,7 → 5,7
y_size = 20; //
mount_hole = 3.5;
nut_size = 6.8;
SMA_dia = 6.5;
SMA_dia = 7.1;
thickness = 10; //
wall_thickness = 3;
height = 55;
50,8 → 50,12
rotate([90,0,0]) {
translate([ 0, -11, wall_thickness/2 + wall_thickness ])
rotate([0,0,180])
write("GPS",h=3,t=1,center=true);
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50);
write("GPS",h=5,t=2,space= 1.1, font = "Letters.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 ])
cube([SMA_dia, 1 , thickness ], center=true);
}
}
 
translate ([ x_size/2, wall_thickness/2, 2*(height - thickness)/3 + thickness + SMA_dia/2 ])
58,8 → 62,12
rotate([90,0,0]){
translate([ 0, -11, wall_thickness/2 + wall_thickness])
rotate([0,0,180])
write("ANT",h=3,t=1,center=true);
cylinder (h = 2*wall_thickness, r= SMA_dia/2, $fn=50);
write("ANT",h=5,t=2, space= 1.1, font = "Letters.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 ])
cube([SMA_dia, 1 , thickness ], center=true);
}
}
}
}