mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 02:10:28 +02:00
change param position
This commit is contained in:
@@ -30,8 +30,7 @@ module maze_masking(start, mask, block_width, wall_thickness, wall_height, base_
|
||||
columns = len(mask[0]);
|
||||
|
||||
blocks = mz_square_blocks(
|
||||
start,
|
||||
rows, columns,
|
||||
rows, columns, start,
|
||||
mz_square_initialize(mask = mask)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user