1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 09:49:59 +02:00

change param position

This commit is contained in:
Justin Lin
2020-12-18 15:19:38 +08:00
parent d4d87ac545
commit f33cb95d72
15 changed files with 5 additions and 21 deletions

View File

@@ -15,7 +15,6 @@ radius = 0.5 * leng / PI;
a_step = 360 / leng;
blocks = mz_square_blocks(
[1, 1],
rows, columns,
x_wrapping = true, y_wrapping = true
);