Fixed attachable() spec for arced_slot()

This commit is contained in:
Revar Desmera 2020-04-18 18:42:58 -07:00
parent 1c06298f10
commit 1ecd2e798d
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,270];
BOSL_VERSION = [2,0,271];
// Section: BOSL Library Version Functions