1
0
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:
Justin Lin 2017-06-17 17:47:13 +08:00
parent 01acd2420d
commit a02a898899

View File

@ -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]]],