Speaker grille

This commit is contained in:
2026-01-04 23:54:37 +01:00
parent ff195bc0dc
commit 540d2c96b1
4 changed files with 73 additions and 3 deletions

View File

@@ -21,9 +21,17 @@ module fabula_enclosure_bottom() {
// Cutouts
translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout();
translate([90, 5, 10]) rotate([90, 0, 0]) rotate([0, 90, 0]) #switch_cutout();
translate([90, 5, 10]) rotate([90, 0, 0]) rotate([0, 90, 0]) switch_cutout();
translate([-65, -40, 25]) speaker_grille();
// TODO: Speaker cutout, lace hanger, switch cutout
}
// Speaker grille reinforcements
translate([-68, -40, 22.5]) {
for (i = [1 : 14]) {
translate([i*5, 0, 0]) cube([2, 80, 2]);
}
}
}
module fabula_enclosure_top() {