mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 02:10:38 +02:00
Corrected skin example method.
This commit is contained in:
@@ -43,7 +43,7 @@ include <vnf.scad>
|
|||||||
// scale([2,1,1], p=path3d(circle(d=100,$fn=48))),
|
// scale([2,1,1], p=path3d(circle(d=100,$fn=48))),
|
||||||
// path3d(circle(d=100,$fn=4),100),
|
// path3d(circle(d=100,$fn=4),100),
|
||||||
// path3d(circle(d=100,$fn=12),200),
|
// path3d(circle(d=100,$fn=12),200),
|
||||||
// ]);
|
// ], method="distance");
|
||||||
// Example(FlatSpin):
|
// Example(FlatSpin):
|
||||||
// skin([
|
// skin([
|
||||||
// for (ang = [0:10:90])
|
// for (ang = [0:10:90])
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,38];
|
BOSL_VERSION = [2,0,39];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user