diff --git a/examples/walk_torus83_fort.scad b/examples/walk_torus83_fort.scad index e9a4481b..f0d8bd9f 100644 --- a/examples/walk_torus83_fort.scad +++ b/examples/walk_torus83_fort.scad @@ -6,7 +6,7 @@ include ; // The code works but still requires some math. thickness = 4; -height = 20; +height = 15; radius = 75; walk_torus83_fort(radius, thickness, height, $fn = 36);