From fd98ef2eb40871d5d1447259f681a5dfa8f87b32 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 13 Jan 2020 23:54:12 -0800 Subject: [PATCH] Fixed example for interior_fillet() --- shapes.scad | 4 ++-- version.scad | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shapes.scad b/shapes.scad index b0455ba..f910db4 100644 --- a/shapes.scad +++ b/shapes.scad @@ -1218,11 +1218,11 @@ module pie_slice( // union() { // translate([0,2,-4]) cube([20, 4, 24], anchor=BOTTOM); // translate([0,-10,-4]) cube([20, 20, 4], anchor=BOTTOM); -// color("green") interior_fillet(l=20, r=10, spin=180); +// color("green") interior_fillet(l=20, r=10, spin=180, orient=RIGHT); // } // // Example: -// interior_fillet(l=40, r=10, spin=180); +// interior_fillet(l=40, r=10, spin=-90); // // Example: Using with Attachments // cube(50,center=true) { diff --git a/version.scad b/version.scad index c680524..a90334f 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,82]; +BOSL_VERSION = [2,0,83]; // Section: BOSL Library Version Functions