mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-06 04:09:47 +00:00
Tweaks to square() examples.
This commit is contained in:
parent
fc1d6ede72
commit
4e9aa3868d
2 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@
|
||||||
// Example(2D): Spun
|
// Example(2D): Spun
|
||||||
// square([40,30], anchor=FRONT, spin=30);
|
// square([40,30], anchor=FRONT, spin=30);
|
||||||
// Example(2D): Chamferred Rect
|
// Example(2D): Chamferred Rect
|
||||||
// square([40,40], chamfer=5, center=true);
|
// square([40,30], chamfer=5, center=true);
|
||||||
// Example(2D): Rounded Rect
|
// Example(2D): Rounded Rect
|
||||||
// square([40,40], rounding=5, center=true);
|
// square([40,30], rounding=5, center=true);
|
||||||
// Example(2D): Called as Function
|
// Example(2D): Called as Function
|
||||||
// path = square([40,30], chamfer=5, anchor=FRONT, spin=30);
|
// path = square([40,30], chamfer=5, anchor=FRONT, spin=30);
|
||||||
// stroke(path, closed=true);
|
// stroke(path, closed=true);
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,66];
|
BOSL_VERSION = [2,0,68];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue