mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-28 15:40:09 +02:00
fix typo
This commit is contained in:
@@ -1032,7 +1032,7 @@ function _path_join(paths,joint,k=0.5,i=0,result=[],relocate=true,closed=false)
|
|||||||
// right(12)
|
// right(12)
|
||||||
// offset_stroke(path, width=1, closed=true);
|
// offset_stroke(path, width=1, closed=true);
|
||||||
function offset_stroke(path, width=1, rounded=true, start, end, check_valid=true, quality=1, chamfer=false, closed=false,
|
function offset_stroke(path, width=1, rounded=true, start, end, check_valid=true, quality=1, chamfer=false, closed=false,
|
||||||
astype="hull", anchor, spin, cp="centroid") =
|
atype="hull", anchor, spin, cp="centroid") =
|
||||||
let(path = force_path(path))
|
let(path = force_path(path))
|
||||||
assert(is_path(path,2),"path is not a 2d path")
|
assert(is_path(path,2),"path is not a 2d path")
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user