diff --git a/shapes.scad b/shapes.scad index 8413537..6c909c6 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 67eb242..eb4bd53 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