Docs fixes for dovetail()

This commit is contained in:
Revar Desmera 2020-01-09 18:22:07 -08:00
parent 4817edcae0
commit 3fdc58fded
2 changed files with 8 additions and 4 deletions

View file

@ -9,6 +9,10 @@
//////////////////////////////////////////////////////////////////////
include <BOSL2/rounding.scad>
include <BOSL2/skin.scad>
// Section: Half Joiners
@ -462,7 +466,7 @@ module joiner_quad(spacing1=undef, spacing2=undef, xspacing=undef, yspacing=unde
// dovetail("male", 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);
// 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")

View file

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