Kormoran fixes

This commit is contained in:
Lauri Võsandi 2024-05-02 09:32:45 +03:00
parent ad0cafe51d
commit 6739d987a8
1 changed files with 12 additions and 15 deletions

View File

@ -19,21 +19,8 @@ translate([400, 0]) {
translate([0, -S*3]) text("55W", S, F, halign="center");
}
// Tweeter mounting hole alignment
translate([-400, 0]) {
difference() {
circle(d=90, $fn=100);
for ( i = [0 : 90 : 360] ){
rotate(i) {
translate([82/2,0]) circle(d=4, $fn=30);
translate([90/2,0]) rotate(45) square(1,center=true);
}
}
}
}
// Woofer mounting hole alignment
translate([-600, 0]) {
translate([-400, 0]) {
difference() {
circle(d=146, $fn=100);
for ( i = [0 : 45 : 360] ){
@ -78,6 +65,16 @@ translate([-200, 0]) {
translate([-60,0]) rotate(45) square(A, center=true);
translate([0,120]) rotate(45) square(A, center=true);
translate([0,-120]) rotate(45) square(A, center=true);
difference() {
circle(d=90, $fn=100);
for ( i = [0 : 90 : 360] ){
rotate(i) {
translate([82/2,0]) circle(d=4, $fn=30);
translate([90/2,0]) rotate(45) square(1,center=true);
}
}
}
}
}
@ -116,4 +113,4 @@ difference() {
circle(d=119+BD, $fn=100);
}
}
}
}