From 4f622a16b8d7e8431b58240bad27e3f9d6c80962 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Fri, 22 May 2020 00:00:15 -0700 Subject: [PATCH] Corrected incorrect default in attachable() docs. --- attachments.scad | 2 +- version.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/attachments.scad b/attachments.scad index a411128..bbd93cc 100644 --- a/attachments.scad +++ b/attachments.scad @@ -130,7 +130,7 @@ function anchorpt(name, pos=[0,0,0], orient=UP, spin=0) = [name, pos, orient, sp // l = Length of the cylindrical/conical volume along axis. // vnf = The [VNF](vnf.scad) of the volume. // path = The path to generate a polygon from. -// extent = If true, calculate anchors by extents, rather than intersection. Default: false. +// extent = If true, calculate anchors by extents, rather than intersection. Default: true. // offset = If given, offsets the center of the volume. // anchors = If given as a list of anchor points, allows named anchor points. // two_d = If true, the attachable shape is 2D. If false, 3D. Default: false (3D) diff --git a/version.scad b/version.scad index e269a80..33538ba 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,312]; +BOSL_VERSION = [2,0,313]; // Section: BOSL Library Version Functions