mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 14:23:23 +02:00
format
This commit is contained in:
@@ -20,8 +20,7 @@ module sf_bend(levels, radius, thickness, angle, invert = false) {
|
||||
[
|
||||
for(row = surface[0])
|
||||
[
|
||||
for(p = row)
|
||||
tf_bend(size, p, radius + offset_z, angle)
|
||||
for(p = row) tf_bend(size, p, radius + offset_z, angle)
|
||||
]
|
||||
],
|
||||
[
|
||||
|
@@ -14,8 +14,7 @@ module sf_square(levels, thickness, invert = false) {
|
||||
[
|
||||
for(row = surface[0])
|
||||
[
|
||||
for(p = row)
|
||||
p + [0, 0, offset_z]
|
||||
for(p = row) p + [0, 0, offset_z]
|
||||
]
|
||||
],
|
||||
surface[1]
|
||||
|
Reference in New Issue
Block a user