From cb42c0d9aa523575f9ff659b29b5a5db076de085 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 22 Mar 2020 22:57:08 -0700 Subject: [PATCH] Fixed incorrect usage docs for square() --- primitives.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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