mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
rename
This commit is contained in:
@@ -34,7 +34,7 @@ module sf_ring(levels, radius, thickness, depth, angle = 360, twist = 0, invert
|
||||
for(row = surface[0])
|
||||
[
|
||||
for(p = row)
|
||||
ptf_ring(size, [p[0], p[1], -p[2]], radius, angle, twist)
|
||||
ptf_ring(size, [p.x, p.y, -p.z], radius, angle, twist)
|
||||
]
|
||||
],
|
||||
convexity = convexity
|
||||
|
Reference in New Issue
Block a user