Completed design for v2.
This commit is contained in:
17
models/common/br_t_nut.scad
Normal file
17
models/common/br_t_nut.scad
Normal 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();
|
||||
Reference in New Issue
Block a user