mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 16:07:44 +02:00
Fix trapezoid example.
This commit is contained in:
@@ -1208,7 +1208,7 @@ module octagon(r, d, or, od, ir, id, side, rounding=0, realign=false, align_tip,
|
|||||||
// trapezoid(h=30, w1=40, w2=20);
|
// trapezoid(h=30, w1=40, w2=20);
|
||||||
// trapezoid(h=25, w1=20, w2=35);
|
// trapezoid(h=25, w1=20, w2=35);
|
||||||
// trapezoid(h=20, w1=40, w2=0);
|
// trapezoid(h=20, w1=40, w2=0);
|
||||||
// trapezoid(h=20, w1=20, angle=30);
|
// trapezoid(h=20, w1=30, angle=30);
|
||||||
// trapezoid(h=20, w1=20, angle=-30);
|
// trapezoid(h=20, w1=20, angle=-30);
|
||||||
// trapezoid(h=20, w2=10, angle=30);
|
// trapezoid(h=20, w2=10, angle=30);
|
||||||
// trapezoid(h=20, w2=30, angle=-30);
|
// trapezoid(h=20, w2=30, angle=-30);
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,445];
|
BOSL_VERSION = [2,0,446];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user