From 114cece3277449a1f774f71bb2befebd504e9da3 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 25 Sep 2019 10:25:40 +0800 Subject: [PATCH] change height --- examples/walk_torus83_fort.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);