1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2022-05-14 21:03:46 +08:00
parent d330331494
commit 9b2bf9e19b

View File

@@ -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