Speaker grille

This commit is contained in:
2026-01-04 23:54:37 +01:00
parent ff195bc0dc
commit 540d2c96b1
4 changed files with 73 additions and 3 deletions

View File

@@ -14,5 +14,12 @@ module switch_cutout() {
cube([14.2, 12.2, 30], true);
}
module speaker_grille() {
linear_extrude(height = 10, center = true) {
import("speaker_grille.svg");
}
}
//usb_cutout();
//usb_cutout();
speaker_grille();