From 61eb5c4ddd97cac04b33c089a7558ee4a5d847fd Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Tue, 8 May 2018 23:27:46 -0400 Subject: [PATCH] simplify translation --- files/U_Box_V104_Test_Cleaned.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 7733ef6..e3eab17 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -299,7 +299,7 @@ module foot(FootDia, FootHole, FootHeight) { difference() { cylinder(FootHeight, d=(FootDia + Filet), $fn=100); rotate_extrude($fn=100) { - translate([(FootDia + Filet*2) / 2, Filet, 0]) { + translate([FootDia/2 + Filet, Filet, 0]) { minkowski() { square(FootHeight); circle(Filet, $fn=100);