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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user