From ef9035120dd4d906c17921e88c0752e58d63ac62 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 25 Sep 2019 10:22:41 +0800 Subject: [PATCH] modify comment --- examples/walk_torus83_fort.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/walk_torus83_fort.scad b/examples/walk_torus83_fort.scad index 2edf8542..e9a4481b 100644 --- a/examples/walk_torus83_fort.scad +++ b/examples/walk_torus83_fort.scad @@ -1,14 +1,14 @@ include ; include ; -// It works but some math is still required. +// The idea is from Walk Torus83 Fort. +// https://sketchfab.com/3d-models/walk-torus83-fort-44dc701f676d40f7aa1bee874db6fde9 +// The code works but still requires some math. thickness = 4; height = 20; radius = 75; -// The idea is from Walk Torus83 Fort. -// https://sketchfab.com/3d-models/walk-torus83-fort-44dc701f676d40f7aa1bee874db6fde9 walk_torus83_fort(radius, thickness, height, $fn = 36); wall(radius, height, thickness, $fn = 36);