mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-08 04:46:39 +02:00
Fixed docs formatting issue with primitives.scad.
This commit is contained in:
@@ -315,13 +315,13 @@ function cylinder(h, r1, r2, center, l, r, d, d1, d2, anchor, spin=0, orient=UP)
|
|||||||
// sphere(r=50);
|
// sphere(r=50);
|
||||||
// Example: By Diameter
|
// Example: By Diameter
|
||||||
// sphere(d=100);
|
// sphere(d=100);
|
||||||
// Figure(3D): style="orig"
|
// Example: style="orig"
|
||||||
// sphere(d=100, style="orig", $fn=10);
|
// sphere(d=100, style="orig", $fn=10);
|
||||||
// Figure(3D): style="alt"
|
// Example: style="alt"
|
||||||
// sphere(d=100, style="alt", $fn=10);
|
// sphere(d=100, style="alt", $fn=10);
|
||||||
// Figure(3D): style="stagger"
|
// Example: style="stagger"
|
||||||
// sphere(d=100, style="stagger", $fn=10);
|
// sphere(d=100, style="stagger", $fn=10);
|
||||||
// Figure(3D): style="icosa"
|
// Example: style="icosa"
|
||||||
// sphere(d=100, style="icosa", $fn=10);
|
// sphere(d=100, style="icosa", $fn=10);
|
||||||
// // In "icosa" style, $fn is quantized
|
// // In "icosa" style, $fn is quantized
|
||||||
// // to the nearest multiple of 5.
|
// // to the nearest multiple of 5.
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,277];
|
BOSL_VERSION = [2,0,278];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user