1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00

modify comment

This commit is contained in:
Justin Lin 2019-09-25 10:22:41 +08:00
parent 33a09d4332
commit ef9035120d

View File

@ -1,14 +1,14 @@
include <shape_starburst.scad>;
include <hollow_out.scad>;
// 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);