Restructured enclosure project

This commit is contained in:
2026-01-04 01:02:00 +01:00
parent ba77c39d83
commit 1117b062be
5 changed files with 200 additions and 174 deletions

8
enclosure/supports.scad Normal file
View File

@@ -0,0 +1,8 @@
// Supports to mount internal components in the box
module supports_speaker() {
difference() {
cylinder(d = 84, h = 2);
cylinder(d = 80, h = 2);
}
}