mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-10 17:14:08 +02:00
Removed extraneous comma.
This commit is contained in:
@@ -541,7 +541,7 @@ function resample_path(path, n, spacing, keep_corners, closed=true) =
|
|||||||
? [for (i=idx(subpaths)) max(1,round(lens[i]/spacing)-1)]
|
? [for (i=idx(subpaths)) max(1,round(lens[i]/spacing)-1)]
|
||||||
: let(
|
: let(
|
||||||
ccnt = len(corners),
|
ccnt = len(corners),
|
||||||
parts = [for (l=lens) (n-ccnt) * l/plen],
|
parts = [for (l=lens) (n-ccnt) * l/plen]
|
||||||
)
|
)
|
||||||
_sum_preserving_round(parts),
|
_sum_preserving_round(parts),
|
||||||
out = [
|
out = [
|
||||||
|
Reference in New Issue
Block a user