mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 02:33:00 +02:00
rename parameters
This commit is contained in:
@@ -51,7 +51,7 @@ module regular_polygon_maze(radius, cblocks, levels, thickness = 1, sides) {
|
||||
|
||||
maze = mz_square_blocks(
|
||||
[1, 1],
|
||||
cblocks, levels, y_circular = true
|
||||
cblocks, levels, y_wrapping = true
|
||||
);
|
||||
|
||||
difference() {
|
||||
|
Reference in New Issue
Block a user