1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2022-03-27 12:13:28 +08:00
parent 4c68946b3f
commit 15478290e1

View File

@@ -10,7 +10,7 @@
use <_impl/_mz_theta_cells.scad>;
function mz_theta_cells(rings, beginning_number, start = [0, 0], seed) =
function mz_theta(rings, beginning_number, start = [0, 0], seed) =
let(
divided_ratio = 1.5,
before_traveled = config_nbrs(init_theta_maze(rings, beginning_number, divided_ratio)),