Speaker grille
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user