From 47f0ba2012241534f98e967ca1274283e91fcf9d Mon Sep 17 00:00:00 2001 From: Andreas Schiweck Date: Sun, 30 Jun 2019 22:21:48 +0200 Subject: [PATCH] - slighty fixed size --- 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 86da18f..489ce2c 100755 --- a/RackCabinets/SMSLSA50/case.scad +++ b/RackCabinets/SMSLSA50/case.scad @@ -16,8 +16,8 @@ if (debug) { sa50_length = 117.5; -sa50_height = 36.6; -sa50_width = 87.8; +sa50_height = 38; +sa50_width = 88; Part = "a"; // [a:All, b:FrontPlate, b2:FrontPlate2, c:Cabinet, d:Lid, e:BackPlate, f:Handles] Units = 5;