Skip to content

Commit f4c9c91

Browse files
committed
fix an issue with frame wall + small button screw-in space
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
1 parent bbe1ab2 commit f4c9c91

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Included is a summary of changes to the project, by version. Details can be found in the commit history.
44

5+
## v4.4.2
6+
7+
### Bugfixes
8+
9+
* Fix a regression with the small button screw-in space cutting into the frame wall supports. The screw-in space is
10+
potentially more important for some nuts than the thickness of the frame wall supports, so the latter have been
11+
thinned slightly.
12+
513
## v4.4.1
614

715
### Features

src/components.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ module rocker_20mm_mount() {
8080
// space for a neutrik D mount or 24mm button --- Z is meant to leave some lip now that frames
8181
// are primarily printed on their side
8282
module frame_cutout() {
83-
cube([30.5, 8, frame_z-(panel_z*3)], center=true);
83+
cube([35, 8, frame_z-(panel_z*3)], center=true);
8484
}
8585

8686
// bank of three 24mm buttons, commonly on a frame face

0 commit comments

Comments
 (0)