diff --git a/transforms.scad b/transforms.scad index 89f3ad40..1bbac6ca 100644 --- a/transforms.scad +++ b/transforms.scad @@ -2476,7 +2476,7 @@ module round2d(r, or, ir) { or = get_radius(r1=or, r=r, dflt=0); ir = get_radius(r1=ir, r=r, dflt=0); - offset(or) offset(-ir-or) offset(delta=ir) children(); + offset(or) offset(-ir-or) offset(delta=ir,chamfer=true) children(); } diff --git a/version.scad b/version.scad index a90334f6..cc0bc7e0 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,83]; +BOSL_VERSION = [2,0,84]; // Section: BOSL Library Version Functions