From 6c75f0115ae1e36ae58c3892a9748646d0babd72 Mon Sep 17 00:00:00 2001 From: Andreas Schiweck Date: Fri, 5 Jul 2019 18:49:19 +0200 Subject: [PATCH] - changed overhang size --- RackCabinets/SMSLSA50/case.scad | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/RackCabinets/SMSLSA50/case.scad b/RackCabinets/SMSLSA50/case.scad index d0cf694..0eab939 100755 --- a/RackCabinets/SMSLSA50/case.scad +++ b/RackCabinets/SMSLSA50/case.scad @@ -104,15 +104,11 @@ module upper () { } } rotate([-90,90,0]) { - /* translate([-6, -36, 2]) { */ - /* (width - sa50_width / 2) + 5 */ translate([-6, -(width - sa50_width + 10), 2]) { - /* translate([-6, -(width - sa50_width / 2), 2]) { */ - cube([3, 8, 14]); + cube([3, 8, 12]); } - /* translate([-6, -126, 2]) { */ translate([-6, - width - 10, 2]) { - cube([3, 8, 14]); + cube([3, 8, 12]); } } }