From 4e9aa3868d3c42c7f2e2d10dd9523fc58373eb1b Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 26 Dec 2019 21:49:05 -0800 Subject: [PATCH] Tweaks to square() examples. --- primitives.scad | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/primitives.scad b/primitives.scad index 59c6bf7..cacf774 100644 --- a/primitives.scad +++ b/primitives.scad @@ -34,9 +34,9 @@ // Example(2D): Spun // square([40,30], anchor=FRONT, spin=30); // Example(2D): Chamferred Rect -// square([40,40], chamfer=5, center=true); +// square([40,30], chamfer=5, center=true); // Example(2D): Rounded Rect -// square([40,40], rounding=5, center=true); +// square([40,30], rounding=5, center=true); // Example(2D): Called as Function // path = square([40,30], chamfer=5, anchor=FRONT, spin=30); // stroke(path, closed=true); diff --git a/version.scad b/version.scad index 45e0a82..8c33d7a 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,66]; +BOSL_VERSION = [2,0,68]; // Section: BOSL Library Version Functions