mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
deleted unnecessary parameter
This commit is contained in:
@@ -38,7 +38,7 @@ module along_with(points, angles, twist = 0, scale = 1.0) {
|
|||||||
_path_angles(i + 1)
|
_path_angles(i + 1)
|
||||||
);
|
);
|
||||||
|
|
||||||
function path_angles(points) =
|
function path_angles() =
|
||||||
let(angs = _path_angles())
|
let(angs = _path_angles())
|
||||||
concat(
|
concat(
|
||||||
[[0, -angs[0][0], angs[0][1]]],
|
[[0, -angs[0][0], angs[0][1]]],
|
||||||
|
Reference in New Issue
Block a user