Fixed switch cutout dimensions

This commit is contained in:
2026-02-01 17:51:36 +01:00
parent 4213276eb7
commit d8ff6b6f90

View File

@@ -9,9 +9,9 @@ module usb_cutout() {
}
}
// 14x12mm rocker switch with 21x15mm flange
// 19x13mm rocker switch with 21x15mm flange
module switch_cutout() {
cube([14.2, 12.2, 30], true);
cube([19.2, 13.2, 50], true);
}
module speaker_grille() {