mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-29 04:27:42 +01:00
remove echo
This commit is contained in:
parent
cbb47c5cd7
commit
bf21ab38ba
@ -1580,7 +1580,6 @@ function path_sweep(shape, path, method="incremental", normal, closed, twist=0,
|
||||
assert((is_region(shape) || is_path(shape,2)) || (transforms && !(closed && method=="incremental")),"shape must be a 2d path or region")
|
||||
let(
|
||||
path = path3d(path),
|
||||
f=echo(caps=caps),
|
||||
caps = is_def(caps) ? caps :
|
||||
closed ? false : true,
|
||||
capsOK = is_bool(caps) || is_bool_list(caps,2),
|
||||
|
Loading…
x
Reference in New Issue
Block a user