mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 08:19:36 +00:00
remove echo
This commit is contained in:
parent
cbb47c5cd7
commit
bf21ab38ba
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue