diff --git a/paths.scad b/paths.scad index 0588310..f7bfe29 100644 --- a/paths.scad +++ b/paths.scad @@ -432,7 +432,7 @@ function path_torsion(path, closed=false) = // stroke(path2, closed=true); // Example(2D): Per-Corner Chamfering // path = star(5, step=2, d=100); -// rs = [for (i=[0:1:4]) each 3*[i,i]]; +// rs = [for (i=[0:1:4]) each 2*[i,i]]; // path2 = path_chamfer_and_rounding(path, closed=true, rounding=rs); // stroke(path2, closed=true); // Example(2D): Mixing Chamfers and Roundings diff --git a/version.scad b/version.scad index 2aa024d..b242730 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,497]; +BOSL_VERSION = [2,0,498]; // Section: BOSL Library Version Functions