1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 04:04:16 +02:00
This commit is contained in:
Justin Lin
2022-04-17 20:44:52 +08:00
parent 9fabbecd7c
commit 5e1f247679

View File

@@ -25,8 +25,8 @@ module along_with(points, angles, twist = 0, scale = 1.0, method = "AXIS_ANGLE")
is_num(scale) ?
let(s = scale - 1) [s, s, s] :
len(scale) == 2 ? [each (scale - [1, 1]), 0]:
sscale - scale_one
) / leng_points_minus_one;
scale - scale_one
) / leng_points_minus_one;
/*
Sadly, children(n) cannot be used with inner modules