mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 15:29:37 +00:00
example fix
This commit is contained in:
parent
fa7ca74dd6
commit
aafe13f0da
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ module square(size=1, center, anchor, spin) {
|
|||
// Example(2D): Negative-Rounded Rect
|
||||
// rect([40,30], rounding=-5);
|
||||
// Example(2D): Combined Rounded-Chamfered Rect with corner flips
|
||||
// rect(chamfer = 0.25*[0,1,-1,0], rounding=.25*[1,0,0,-1], corner_flip = true);
|
||||
// rect([1,1], chamfer = 0.25*[0,1,-1,0],
|
||||
// rounding=.25*[1,0,0,-1], corner_flip = true, $fn=32);
|
||||
// Example(2D): Default "box" Anchors
|
||||
// color("red") rect([40,30]);
|
||||
// rect([40,30], rounding=10)
|
||||
|
|
Loading…
Reference in a new issue