Fixed docs formatting issue with primitives.scad.

This commit is contained in:
Revar Desmera 2020-04-23 03:57:29 -07:00
parent df09e3867c
commit 7acc14b708
2 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,277]; BOSL_VERSION = [2,0,278];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions