mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
remove echo
This commit is contained in:
parent
957907200b
commit
47104bcfe0
1 changed files with 1 additions and 1 deletions
|
@ -1244,7 +1244,7 @@ module path_spread(path, n, spacing, sp=undef, rotate_children=true, closed=fals
|
||||||
is_def(n)? range(s=sp, e=length, n=n) :
|
is_def(n)? range(s=sp, e=length, n=n) :
|
||||||
range(s=sp, step=spacing, e=length)
|
range(s=sp, step=spacing, e=length)
|
||||||
)
|
)
|
||||||
: is_def(n) && is_undef(spacing)? ( let(a=echo(n=n)) // N alone given
|
: is_def(n) && is_undef(spacing)? ( // N alone given
|
||||||
closed ? rangex(s=0, e=length, n=n)
|
closed ? rangex(s=0, e=length, n=n)
|
||||||
: range(s=0, e=length, n=n)
|
: range(s=0, e=length, n=n)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue