From 3fdc58fdeddf377d345baf904a2c1147ef4e300d Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 9 Jan 2020 18:22:07 -0800 Subject: [PATCH] Docs fixes for dovetail() --- joiners.scad | 10 +++++++--- version.scad | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/joiners.scad b/joiners.scad index 581e72e..54f6153 100644 --- a/joiners.scad +++ b/joiners.scad @@ -9,6 +9,10 @@ ////////////////////////////////////////////////////////////////////// +include +include + + // Section: Half Joiners @@ -460,10 +464,10 @@ module joiner_quad(spacing1=undef, spacing2=undef, xspacing=undef, yspacing=unde // round = // Example: Ordinary straight dovetail, male version (sticking up) and female verison (below the xy plane) // dovetail("male", length=30, width=15, height=8); -// fwd(25)dovetail("female", length=30, width=15, height=8); +// fwd(25) dovetail("female", length=30, width=15, height=8); // Example: Adding a 6 degree taper (Such a big taper is usually not necessary, but easier to see for the example.) -// dovetail("male", length=30, width=15, ,height=8, taper=6); -// fwd(25)dovetail("female", length=30, width=15, height=8, taper=6); +// dovetail("male", length=30, width=15, height=8, taper=6); +// fwd(25) dovetail("female", length=30, width=15, height=8, taper=6); // Example: A block that can link to itself // diff("remove") // cuboid([50,30,10]){ diff --git a/version.scad b/version.scad index 6d61aec..abbf4b6 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,78]; +BOSL_VERSION = [2,0,79]; // Section: BOSL Library Version Functions