From 8b0e6c4d6707a43e5104a4f2476c244a89db76f8 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Sun, 27 May 2018 23:30:42 -0400 Subject: [PATCH] Remove some debugging accidentally left in. --- 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 7243227..48dedb2 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -504,8 +504,8 @@ module Holes(top=0) { module foot() { color(Couleur1) { rotate_extrude($fn=100) { - !difference() { - #translate([FootHole/2 + CutoutMargin, 0, 0]) { + difference() { + translate([FootHole/2 + CutoutMargin, 0, 0]) { square([(FootDia - FootHole)/2 - CutoutMargin + FootFilet, FootHeight]); } translate([FootDia/2 + FootFilet, FootFilet, 0]) {