diff --git a/enclosure/cutouts.scad b/enclosure/cutouts.scad index d9ba76b..ef3397a 100644 --- a/enclosure/cutouts.scad +++ b/enclosure/cutouts.scad @@ -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() {