1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00
This commit is contained in:
Justin Lin
2020-02-19 12:54:44 +08:00
parent 5849718ed5
commit d27b48bfb7

View File

@@ -20,7 +20,7 @@ module sf_square(levels, thickness, invert = false) {
[c, r, lv / 255 * thickness + offset_z] [c, r, lv / 255 * thickness + offset_z]
] ]
], ],
[ [
for(r = [0:rows - 1]) for(r = [0:rows - 1])
[ [
for(c = [0:columns - 1]) for(c = [0:columns - 1])