diff --git a/shapes2d.scad b/shapes2d.scad index 18a4133..35d1387 100644 --- a/shapes2d.scad +++ b/shapes2d.scad @@ -1593,7 +1593,7 @@ module supershape(step=0.5,m1=4,m2=undef,n1,n2=undef,n3=undef,a=1,b=undef, r=und // Function&Module: reuleaux_polygon() // Usage: As Module // reuleaux_polygon(N, r|d); -// Usage: As Module +// Usage: As Function // path = reuleaux_polygon(N, r|d); // Description: // Creates a 2D Reuleaux Polygon; a constant width shape that is not circular. diff --git a/version.scad b/version.scad index df74293..0f0b646 100644 --- a/version.scad +++ b/version.scad @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,524]; +BOSL_VERSION = [2,0,525]; // Section: BOSL Library Version Functions