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

@@ -7,7 +7,7 @@ use <fabula_enclosure.scad>
module test_fit_components() {
// Internal components
translate([0, 30, 0]) speaker_80();
translate([0, 0, 35]) pcb();
translate([0, 0, 26]) pcb();
translate([0, -28, 9]) rotate([0, 90, 0]) battery_18650();
// Components that require cutout on external shell
@@ -16,5 +16,5 @@ module test_fit_components() {
}
test_fit_components();
translate([0, 0, 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) #fabula_enclosure_bottom();
translate([0, 0, 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) fabula_enclosure_bottom();
//translate([0, 0, 20]) rotate([0, 0, -90]) rotate([180, 0, 0]) #fabula_enclosure_top();