Power button cutout

This commit is contained in:
2026-01-04 18:52:40 +01:00
parent ccad5ff1c0
commit ff195bc0dc
3 changed files with 4 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ module fabula_enclosure_bottom() {
// Cutouts
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();
// TODO: Speaker cutout, lace hanger, switch cutout
}
}