From 687ba3448f530d1b346f153390ce26c611d25f2f Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Tue, 8 May 2018 22:14:57 -0400 Subject: [PATCH] Center the interior box The interior box (fins for holding the panel) was oddly not centered. Shift it using the proper parameters for it to be centered. It also was shifted vertically by 0.1 to remove "the artifact" I'm not sure what this artifact is, so I'm removing the shift until I see reason not to. It also makes the interior hole of the feet shorter by 0.1 and the tolerance under the board 0.1 less, so it seems a bit wrong to have in place. --- files/U_Box_V104_Test_Cleaned.scad | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index f48a512..6925fe5 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -193,8 +193,7 @@ module Coque() { //Coque - Shell translate([Thick*2 + m, Thick, Thick]) { // Rails RoundBox($a=(Length - (Thick*4 + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*4)); } //fin Rails - // +0.1 added to avoid the artefact - translate([((Thick*2 + m/2) * 1.55), Thick, Thick + 0.1]) { + translate([Thick*3 + m, Thick, Thick]) { RoundBox($a=(Length - ((Thick*6) + 2*m)), $b=(Width - Thick*2), $c=(Height - Thick*2)); } } //Fin largeur Rails