Fixed some floating element

This commit is contained in:
2026-01-18 17:30:23 +01:00
parent 6072dc5e33
commit 059c2f1c05
3 changed files with 11 additions and 11 deletions

View File

@@ -15,13 +15,13 @@ module fabula_enclosure_bottom() {
cap();
// Supports
translate([-30, 0, 19.1]) supports_speaker();
translate([28, 0, 14.1]) rotate([0, 180, 90]) supports_battery();
translate([70.4, 29, 18]) rotate([0, 0, 180]) supports_charging_module();
translate([-30, 0, 21.6]) supports_speaker();
translate([28, 0, 16.6]) rotate([0, 180, 90]) supports_battery();
translate([70.4, 29, 20.1]) rotate([0, 0, 180]) supports_charging_module();
}
// Cutouts
translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout();
translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout(); // TODO: Verificare altezza
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);