From 3b13aafbdd2e7c108193bbe3a988ff369879998c Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Tue, 8 May 2018 22:29:14 -0400 Subject: [PATCH] Scale upper cutout cube to thickness Rather than fixed 100 --- files/U_Box_V104_Test_Cleaned.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 59fefb2..7972461 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -198,8 +198,8 @@ module Coque() { //Coque - Shell } } //Fin largeur Rails } //Fin union - translate([-Thick*2, -Thick*2, Height/2]) { // Cube à soustraire - cube([Length + 100, Width + 100, Height]); + translate([-Thick, -Thick, Height/2]) { // Cube à soustraire + cube([Length + Thick*2, Width + Thick*2, Height]); } } //fin soustraction cube median - End Median cube slicer translate([-Thick, Thick*2, Thick*2]) { // Forme de soustraction centrale