mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-09-25 22:19:23 +02:00
remove echo
This commit is contained in:
@@ -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")
|
assert((is_region(shape) || is_path(shape,2)) || (transforms && !(closed && method=="incremental")),"shape must be a 2d path or region")
|
||||||
let(
|
let(
|
||||||
path = path3d(path),
|
path = path3d(path),
|
||||||
f=echo(caps=caps),
|
|
||||||
caps = is_def(caps) ? caps :
|
caps = is_def(caps) ? caps :
|
||||||
closed ? false : true,
|
closed ? false : true,
|
||||||
capsOK = is_bool(caps) || is_bool_list(caps,2),
|
capsOK = is_bool(caps) || is_bool_list(caps,2),
|
||||||
|
Reference in New Issue
Block a user