mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fixed docs error with yflip()
This commit is contained in:
parent
b4bad57588
commit
c4ceed4e21
2 changed files with 2 additions and 2 deletions
|
@ -818,7 +818,7 @@ function xflip(x=0,p) =
|
||||||
move([x,0,0],p=mirror([1,0,0],p=move([-x,0,0],p=p)));
|
move([x,0,0],p=mirror([1,0,0],p=move([-x,0,0],p=p)));
|
||||||
|
|
||||||
|
|
||||||
// Module: Function&yflip()
|
// Function&Module: yflip()
|
||||||
//
|
//
|
||||||
// Usage: As Module
|
// Usage: As Module
|
||||||
// yflip([y]) ...
|
// yflip([y]) ...
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,71];
|
BOSL_VERSION = [2,0,72];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
|
Loading…
Reference in a new issue