Speaker binding post drill template for Merten dummy cover
This commit is contained in:
parent
33851b6409
commit
1255621b14
14
binding-posts.scad
Normal file
14
binding-posts.scad
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
difference() {
|
||||||
|
// Mold inside
|
||||||
|
square(51, center=true);
|
||||||
|
|
||||||
|
// Cutouts
|
||||||
|
translate([51/2, 0]) square([16, 28], center=true);
|
||||||
|
translate([-51/2, 0]) square([16, 28], center=true);
|
||||||
|
translate([0, 51/2]) square([41, 6], center=true);
|
||||||
|
translate([0, -51/2]) square([41, 6], center=true);
|
||||||
|
|
||||||
|
// Binding posts
|
||||||
|
translate([0, -12]) circle(d=4, $fn=100);
|
||||||
|
translate([0, 12]) circle(d=4, $fn=100);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user