diff --git a/files/U_Box_V104_Test_Cleaned.scad b/files/U_Box_V104_Test_Cleaned.scad index 690d57b..ad282a9 100644 --- a/files/U_Box_V104_Test_Cleaned.scad +++ b/files/U_Box_V104_Test_Cleaned.scad @@ -342,21 +342,20 @@ module Coque() { //Coque - Shell module foot(FootDia, FootHole, FootHeight) { Filet = FootFilet; color(Couleur1) { - difference() { + rotate_extrude($fn=100) { difference() { - cylinder(FootHeight, d=(FootDia + Filet*2), $fn=100); - rotate_extrude($fn=100) { - translate([FootDia/2 + Filet, Filet, 0]) { - offset(r=Filet, $fn=Resolution) { - square(FootHeight); - } - } - } - } - cylinder(FootHeight + 1, d=FootHole + CutoutMargin, $fn=100); - } + translate([FootHole/2, 0, 0]) { + square([(FootDia - FootHole)/2 + Filet, FootHeight]); + } + translate([FootDia/2 + Filet, Filet, 0]) { + offset(r=Filet, $fn=Resolution) { + square(FootHeight); + } + } + } + } } -} // Fin module foot +} /* Feet module