From 03173ffb87869074a0698fbd4f9f048570a45679 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Sun, 27 May 2018 23:22:57 -0400 Subject: [PATCH] Add CutoutMargin to foot hole. --- files/U_Box_V104_Test_Cleaned.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index d13bdd4..7243227 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -504,9 +504,9 @@ module Holes(top=0) { module foot() { color(Couleur1) { rotate_extrude($fn=100) { - difference() { - translate([FootHole/2, 0, 0]) { - square([(FootDia - FootHole)/2 + FootFilet, FootHeight]); + !difference() { + #translate([FootHole/2 + CutoutMargin, 0, 0]) { + square([(FootDia - FootHole)/2 - CutoutMargin + FootFilet, FootHeight]); } translate([FootDia/2 + FootFilet, FootFilet, 0]) { offset(r=FootFilet, $fn=Resolution) {