/Designs/Measuring_instruments/RMDS02D/CAD/src/connectors_holder.scad
34,13 → 34,17
for (j = grid_list) {
translate (concat(j, [0]))
cylinder (h = 3, r= nut_size/2, $fn=6);
cylinder (h = 3, r= nut_size/2, $fn=6);
translate (concat(j, [3.2])) // one solid layer for slicer (the holes will be pierced on demand )
cylinder (h = thickness /3, r= mount_hole/2, $fn=30);
cylinder (h = thickness /3, r= mount_hole/2, $fn=30);
translate (concat(j, [6.0]))
cylinder (h = 10, r= nut_size/2, $fn=6);
cylinder (h = 10, r= nut_size/2, $fn=6);
}
};
};
// vertical to horizontal brick connection
translate ([ 0, 0, thickness - sqrt(2 * wall_thickness*wall_thickness) / 2]) // move to correct positon on square diagonal
rotate([45,0,0])
cube([x_size, wall_thickness , wall_thickness ]);
 
difference () {
 
66,6 → 70,8
}
}
}
// texts
translate ([ x_size/2, wall_thickness/2, (height - thickness)/3 + thickness - SMA_dia/2])
83,8 → 89,6
}
}
}