From 6e677498f919d4e78ddb428bde15299352477ccf Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Wed, 30 Dec 2020 00:38:24 -0800 Subject: [PATCH] Example fix for path_chamfer_and_rounding() --- paths.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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