Adjust height.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user