mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Bottom half example fix.
This commit is contained in:
parent
36298b38d6
commit
1a9b683890
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ The plane of dissection can be shifted along the axis of any of these operators:
|
||||||
```
|
```
|
||||||
|
|
||||||
```openscad
|
```openscad
|
||||||
bottom_half(y=20) sphere(d=100);
|
bottom_half(z=20) sphere(d=100);
|
||||||
```
|
```
|
||||||
|
|
||||||
```openscad
|
```openscad
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,494];
|
BOSL_VERSION = [2,0,495];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue