fix an issue with frame wall + small button screw-in space
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
parent
bbe1ab25d7
commit
f4c9c91d91
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user