1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

default wall_thickness 1.6

This commit is contained in:
Justin Lin 2022-03-19 14:59:34 +08:00
parent ad064532e5
commit 05abb19126

View File

@ -6,7 +6,7 @@ use <hollow_out.scad>;
use <maze/mz_hamiltonian.scad>;
cell_width = 5;
wall_thickness = 1.75;
wall_thickness = 1.6;
maze_tai_chi(cell_width, wall_thickness);