diff --git a/examples/walk_torus83_fort.scad b/examples/walk_torus83_fort.scad index ce5dc541..fbcaa51e 100644 --- a/examples/walk_torus83_fort.scad +++ b/examples/walk_torus83_fort.scad @@ -7,7 +7,7 @@ include ; thickness = 4; height = 15; torus_radius = 60; -wall_radius = 71.49125; +wall_radius = 71.49; walk_torus83_fort(torus_radius, thickness, height, $fn = 36); wall(wall_radius, height, thickness, $fn = 36);