mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 20:40:28 +02:00
refactor
This commit is contained in:
@@ -26,7 +26,7 @@ module tiled_line_mobius(size, twist, step, line_width = 1) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
for(line = lines) {
|
for(line = lines) {
|
||||||
pts = [for(p = line) tf_ring(size, p, size[0], 360, twist)];
|
pts = [for(p = line) tf_ring(size, p, size[0], twist = twist)];
|
||||||
hull_polyline3d(pts, thickness = line_width);
|
hull_polyline3d(pts, thickness = line_width);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user