mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Removed extraneous comma.
This commit is contained in:
parent
4d9833a368
commit
24ef607f96
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue