mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix trapezoid example.
This commit is contained in:
parent
29ed649740
commit
8451f23b7c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue