mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:30:15 +02:00
Docs fixes for dovetail()
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
|
include <BOSL2/rounding.scad>
|
||||||
|
include <BOSL2/skin.scad>
|
||||||
|
|
||||||
|
|
||||||
// Section: Half Joiners
|
// 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);
|
// 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.)
|
// 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);
|
// fwd(25) dovetail("female", length=30, width=15, height=8, taper=6);
|
||||||
// Example: A block that can link to itself
|
// Example: A block that can link to itself
|
||||||
// diff("remove")
|
// diff("remove")
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,78];
|
BOSL_VERSION = [2,0,79];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user