diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 07771d6..bf9168b 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -300,7 +300,7 @@ module foot(FootDia, FootHole, FootHeight) { rotate_extrude($fn=100) { translate([(FootDia + Filet*2) / 2, Filet, 0]) { minkowski() { - square(10); + square(FootHeight); circle(Filet, $fn=100); } }