From f424cccd04bf616d2b3c646d370bb0b78d23f598 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Sat, 19 May 2018 15:48:55 -0400 Subject: [PATCH] Scale foot filet with foot height --- 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 58a62ba..ea79e62 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -80,7 +80,7 @@ FootHeight = 8; FootDia = 8; // - Diamètre trou - Hole diameter FootHole = 2.2606; // tap size for #4 coarse-thread -FootFilet = Thick; +FootFilet = FootHeight/4; // Foot centers are specified as distance from PCB top-left corner. // X is along the "length" axis, and Y is along the "width" axis.