1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-09 06:11:01 +02:00

rename parameters

This commit is contained in:
Justin Lin
2020-12-18 13:52:44 +08:00
parent d40109cd6d
commit d4d87ac545
9 changed files with 25 additions and 25 deletions

View File

@@ -108,7 +108,7 @@ module heart_maze(maze, radius, cblocks, levels, thickness = 1) {
maze = mz_square_blocks(
[1, 1],
cblocks, levels, y_circular = true
cblocks, levels, y_wrapping = true
);
intersection() {