Better pcb approximation

This commit is contained in:
2026-01-04 16:13:10 +01:00
parent 0811fe5e51
commit 4d27c092db
4 changed files with 66 additions and 22 deletions

View File

@@ -9,14 +9,19 @@ use <cutouts.scad>
box_cut_height = 10;
module fabula_enclosure_bottom() {
cap();
difference() {
union() {
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();
}
// 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();
// Cutouts
// Cutouts
translate([98.4, 29, 17]) rotate([0, -90, 0]) usb_cutout();
}
}
module fabula_enclosure_top() {