From 86e4e3d89265c232a337362fd6dac147437a6dc8 Mon Sep 17 00:00:00 2001 From: Revar Desmera <revarbat@gmail.com> Date: Sat, 23 May 2020 17:57:48 -0700 Subject: [PATCH] Fixed stale ref to rounded_prismoid() --- examples/attachments.scad | 3 ++- version.scad | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/attachments.scad b/examples/attachments.scad index a0e8ed1..238b3c1 100644 --- a/examples/attachments.scad +++ b/examples/attachments.scad @@ -1,9 +1,10 @@ include <BOSL2/std.scad> +include <BOSL2/hull.scad> $fn=32; cuboid([60,40,40], rounding=5, edges=edges("Z"), anchor=BOTTOM) { - attach(TOP, BOTTOM) rounded_prismoid([60,40],[20,20], h=50, r1=5, r2=10) { + attach(TOP, BOTTOM) prismoid([60,40],[20,20], h=50, rounding1=5, rounding2=10) { attach(TOP) cylinder(d=20, h=30, center=false) { attach(TOP) cylinder(d1=50, d2=30, h=12, center=false); } diff --git a/version.scad b/version.scad index 25c816a..cfb828e 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,319]; +BOSL_VERSION = [2,0,320]; // Section: BOSL Library Version Functions