Restructured enclosure project
This commit is contained in:
8
enclosure/supports.scad
Normal file
8
enclosure/supports.scad
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user