From 0a8234aafa4ea9aca497696f68c1f3e6568c55f7 Mon Sep 17 00:00:00 2001 From: Joel Ebel Date: Fri, 18 May 2018 01:37:45 -0400 Subject: [PATCH] Do not rename FootFilet to Filet. --- files/U_Box_V104_Test_Cleaned.scad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index ad282a9..8b28a2b 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -340,15 +340,14 @@ module Coque() { //Coque - Shell FootHeight: Height of the foot above the box interior */ module foot(FootDia, FootHole, FootHeight) { - Filet = FootFilet; color(Couleur1) { rotate_extrude($fn=100) { difference() { translate([FootHole/2, 0, 0]) { - square([(FootDia - FootHole)/2 + Filet, FootHeight]); + square([(FootDia - FootHole)/2 + FootFilet, FootHeight]); } - translate([FootDia/2 + Filet, Filet, 0]) { - offset(r=Filet, $fn=Resolution) { + translate([FootDia/2 + FootFilet, FootFilet, 0]) { + offset(r=FootFilet, $fn=Resolution) { square(FootHeight); } }