Adjust height.

This commit is contained in:
2025-12-26 17:40:56 -06:00
parent 09c532b234
commit 58f789e1b9
+2 -2
View File
@@ -5,7 +5,7 @@ $fn=128;
outerWall=4; outerWall=4;
innerWall=2; innerWall=2;
layerClearance = 0.5; layerClearance = 0.5;
verStr="v3"; verStr="v4";
font="Montserrat"; font="Montserrat";
// as a convention, outer dimensions refer to measurements from outside wall to // as a convention, outer dimensions refer to measurements from outside wall to
@@ -138,7 +138,7 @@ module audioTrayBlank(s, h) {
module audioTray1() { module audioTray1() {
difference() { difference() {
audioTrayBlank(s = audioTraySide, h = 14); audioTrayBlank(s = audioTraySide, h = 15);
translate([(audioTrayIS - 52)/2, innerWall, innerWall]) translate([(audioTrayIS - 52)/2, innerWall, innerWall])
union() { union() {