1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-26 16:04:46 +02:00

change value

This commit is contained in:
Justin Lin
2019-09-25 15:39:33 +08:00
parent d3611493fb
commit 8456295e0a

View File

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