mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-29 20:08:21 +01:00
deleted unnecessary parameter
This commit is contained in:
parent
01acd2420d
commit
a02a898899
@ -38,7 +38,7 @@ module along_with(points, angles, twist = 0, scale = 1.0) {
|
||||
_path_angles(i + 1)
|
||||
);
|
||||
|
||||
function path_angles(points) =
|
||||
function path_angles() =
|
||||
let(angs = _path_angles())
|
||||
concat(
|
||||
[[0, -angs[0][0], angs[0][1]]],
|
||||
|
Loading…
x
Reference in New Issue
Block a user