mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 01:40:02 +02:00
change param position
This commit is contained in:
@@ -50,7 +50,6 @@ module regular_polygon_maze(radius, cblocks, levels, thickness = 1, sides) {
|
||||
r = radius / (levels + 1);
|
||||
|
||||
maze = mz_square_blocks(
|
||||
[1, 1],
|
||||
cblocks, levels, y_wrapping = true
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user