diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b8b48..7acbcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ Included is a summary of changes to the project, by version. Details can be found in the commit history. +## v4.4.2 + +### Bugfixes + +* Fix a regression with the small button screw-in space cutting into the frame wall supports. The screw-in space is + potentially more important for some nuts than the thickness of the frame wall supports, so the latter have been + thinned slightly. + ## v4.4.1 ### Features diff --git a/src/components.scad b/src/components.scad index 6ee9062..3599361 100644 --- a/src/components.scad +++ b/src/components.scad @@ -80,7 +80,7 @@ module rocker_20mm_mount() { // space for a neutrik D mount or 24mm button --- Z is meant to leave some lip now that frames // are primarily printed on their side module frame_cutout() { - cube([30.5, 8, frame_z-(panel_z*3)], center=true); + cube([35, 8, frame_z-(panel_z*3)], center=true); } // bank of three 24mm buttons, commonly on a frame face