Completed design for v2.

This commit is contained in:
2025-06-10 16:38:59 +01:00
parent 3eef5ea046
commit 9e459446c9
47 changed files with 1194 additions and 294 deletions

View File

@@ -0,0 +1,17 @@
// 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();