1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00
This commit is contained in:
Justin Lin
2020-02-13 17:02:20 +08:00
parent ddf0f36a51
commit d7f8885135

View File

@@ -22,7 +22,7 @@ module tiled_lines(size, step, line_width = 1) {
}
size = [50, 25];
line_width = 1;
step = 2;
line_width = 1;
tiled_lines(size, step, line_width);