1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 23:06:43 +02:00

delete y_offset

This commit is contained in:
Justin Lin
2021-07-15 12:23:48 +08:00
parent 4583305c76
commit aa42d2cd4e

View File

@@ -24,9 +24,6 @@ twice_ring_extrude(
shape_turns = 3 shape_turns = 3
); );
function y_offset(shape, d) =
[for(p = shape) [p[0], p[1] + d]];
module twice_ring_extrude(shape, r, shape_turns) { module twice_ring_extrude(shape, r, shape_turns) {
t = 360 * shape_turns; t = 360 * shape_turns;
ring_extrude(shape, radius = r, twist = t, angle = 720); ring_extrude(shape, radius = r, twist = t, angle = 720);