mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-28 11:40:19 +02:00
doc tweaks
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user