1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

change height

This commit is contained in:
Justin Lin
2019-09-25 10:25:40 +08:00
parent ef9035120d
commit 114cece327

View File

@@ -6,7 +6,7 @@ include <hollow_out.scad>;
// The code works but still requires some math.
thickness = 4;
height = 20;
height = 15;
radius = 75;
walk_torus83_fort(radius, thickness, height, $fn = 36);