mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 09:49:59 +02:00
rename parameters
This commit is contained in:
@@ -38,7 +38,7 @@ module cylinder_maze() {
|
||||
maze_blocks = mz_square_blocks(
|
||||
[1, maze_rows],
|
||||
maze_rows, maze_columns,
|
||||
x_circular = true
|
||||
x_wrapping = true
|
||||
);
|
||||
|
||||
walls = mz_square_walls(maze_blocks, maze_rows, maze_columns, block_width, left_border = false);
|
||||
|
Reference in New Issue
Block a user