Added battery and speaker supports

This commit is contained in:
2026-01-04 01:46:14 +01:00
parent 1117b062be
commit 554964de01
3 changed files with 27 additions and 7 deletions

View File

@@ -6,12 +6,24 @@ use <cutouts.scad>
// TODO: open hardware logo, Fabula logo, cutouts for components and buttons, tag slot with led mount
box_cut_height = 10;
module fabula_enclosure_bottom() {
cap();
// Supports
translate([-30, 0, 19.1]) supports_speaker();
translate([28, 0, 14.1]) rotate([0, 180, 90]) supports_battery();
// Cutouts
}
module fabula_enclosure_top() {
box();
// Supports
// Cutouts
}
translate([0, -60, 0]) rotate([180, 0, 0]) fabula_enclosure_bottom();