Integrated LED diffuser, fixes

This commit is contained in:
2026-01-25 12:28:34 +01:00
parent 2abfa54b92
commit c7028a759b
5 changed files with 27 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ module fabula_enclosure_bottom() {
}
// Cutouts
translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout(); // TODO: Verificare altezza
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([-65, -40, 25]) speaker_grille();
translate([75, 55, 16]) rotate([90, 0, 0]) cylinder(d = 3, h = 20, $fn = 4);