mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
removed echo
This commit is contained in:
parent
b12565f85c
commit
00bbc3efe6
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ function offset(
|
|||
maxstep=0.1, closed=false, check_valid=true,
|
||||
quality=1, return_faces=false, firstface_index=0,
|
||||
flip_faces=false
|
||||
) = echo(path=path)
|
||||
) =
|
||||
is_region(path)? (
|
||||
assert(!return_faces, "return_faces not supported for regions.")
|
||||
let(
|
||||
|
|
Loading…
Reference in a new issue