Skip to content

Commit

Permalink
fix an issue with frame wall + small button screw-in space
Browse files Browse the repository at this point in the history
Signed-off-by: Brian S. Stephan <[email protected]>
  • Loading branch information
bsstephan committed Jul 7, 2024
1 parent bbe1ab2 commit f4c9c91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/components.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4c9c91

Please sign in to comment.