mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-09-01 02:33:00 +02:00
change param position
This commit is contained in:
@@ -36,7 +36,6 @@ module cylinder_maze() {
|
||||
maze_columns = round(2 * 3.14159 * radius / block_width);
|
||||
|
||||
maze_blocks = mz_square_blocks(
|
||||
[1, maze_rows],
|
||||
maze_rows, maze_columns,
|
||||
x_wrapping = true
|
||||
);
|
||||
|
Reference in New Issue
Block a user