doc tweaks

This commit is contained in:
Adrian Mariano
2022-01-01 22:00:26 -05:00
parent 5fb0335fa3
commit a233d8e04f
4 changed files with 4 additions and 3 deletions

View File

@@ -741,6 +741,7 @@ function path_chamfer_and_rounding(path, closed=true, chamfer, rounding) =
is_vector(rounding)? list_pad(rounding,lp,0) :
is_num(rounding)? repeat(rounding,lp) :
assert(false, "Bad rounding value."),
corner_paths = [
for (i=(closed? [0:1:lp-1] : [1:1:lp-2])) let(
p1 = select(path,i-1),