Corrected incorrect default in attachable() docs.

This commit is contained in:
Revar Desmera 2020-05-22 00:00:15 -07:00
parent 94a5943d24
commit 4f622a16b8
2 changed files with 2 additions and 2 deletions

View file

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

View file

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