From 1ecd2e798d21951db5689b478d0c7204f8d943de Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sat, 18 Apr 2020 18:42:58 -0700 Subject: [PATCH] Fixed attachable() spec for arced_slot() --- shapes.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shapes.scad b/shapes.scad index 84135379..6c909c69 100644 --- a/shapes.scad +++ b/shapes.scad @@ -1325,7 +1325,7 @@ module arced_slot( sr2 = get_radius(r1=sr2, r=sr, d1=sd2, d=sd, dflt=2); fn_minor = first_defined([$fn2, $fn]); da = ea - sa; - attachable(anchor,spin,orient, r1=r+sr1, r2=r+sr2) { + attachable(anchor,spin,orient, r1=r+sr1, r2=r+sr2, l=h) { translate(cp) { zrot(sa) { difference() { diff --git a/version.scad b/version.scad index 67eb2427..eb4bd53c 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,270]; +BOSL_VERSION = [2,0,271]; // Section: BOSL Library Version Functions