From c5a86a7e636142cb0e3411c9945f01fa8ba4742f Mon Sep 17 00:00:00 2001 From: Andreas Schiweck Date: Fri, 5 Jul 2019 18:48:31 +0200 Subject: [PATCH] - removed faulty additional height --- RackCabinets/SMSLSA50/case.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RackCabinets/SMSLSA50/case.scad b/RackCabinets/SMSLSA50/case.scad index 1f2d13e..d0cf694 100755 --- a/RackCabinets/SMSLSA50/case.scad +++ b/RackCabinets/SMSLSA50/case.scad @@ -87,7 +87,7 @@ module lower () { sa50(); } rotate([0, 90, 90]){ - translate([0, 0, -sa50_height + 1]) { + translate([0, 0, -sa50_height]) { sa50(); } } @@ -98,7 +98,7 @@ module upper () { intersection() { children(); rotate([0, 90, 90]){ - translate([0, 0, -sa50_height + 1]) { + translate([0, 0, -sa50_height]) { sa50(); } }