Files
glovebox/models/common/br_t_nut.scad

17 lines
421 B
OpenSCAD

// include <../../config.scad>;
module br_t_nut(centre = true) {
difference() {
union() {
translate([0, 0, 3.2 / 2]) cube([5.7, 11.5, 3.2], center = true);
translate([0, 0, -1 / 2]) cube([5.7, 5.7, 1], center = true);
}
cylinder(20, 4 / 2, 4 / 2, center = true);
}
// Shopping
echo(str("BR T Nut: BR T Nut M4 - x1"));
}
// $fn = 50;
// Outputs
br_t_nut();