mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Corrected skin example method.
This commit is contained in:
parent
871540c57c
commit
b871a54891
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ include <vnf.scad>
|
|||
// scale([2,1,1], p=path3d(circle(d=100,$fn=48))),
|
||||
// path3d(circle(d=100,$fn=4),100),
|
||||
// path3d(circle(d=100,$fn=12),200),
|
||||
// ]);
|
||||
// ], method="distance");
|
||||
// Example(FlatSpin):
|
||||
// skin([
|
||||
// for (ang = [0:10:90])
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,38];
|
||||
BOSL_VERSION = [2,0,39];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue