diff --git a/primitives.scad b/primitives.scad index 2499665..0ef1615 100644 --- a/primitives.scad +++ b/primitives.scad @@ -14,7 +14,7 @@ // Function&Module: square() // Usage: -// square(size, [center], [anchor]) +// square(size, [center], [rounding], [chamfer], [anchor], [spin]) // Description: // When called as a module, creates a 2D square of the given size, with optional rounding or chamferring. // When called as a function, returns a 2D path/list of points for a square/rectangle of the given size. diff --git a/version.scad b/version.scad index ce1456a..fb47a1b 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,217]; +BOSL_VERSION = [2,0,218]; // Section: BOSL Library Version Functions