Simplified usages.

This commit is contained in:
Revar Desmera
2019-05-26 13:45:22 -07:00
parent d281978cfb
commit 15b8f9ba67
10 changed files with 81 additions and 81 deletions

View File

@@ -103,8 +103,8 @@ module cube(size, center=undef, anchor=ALLNEG, spin=0, orient=UP)
// Module: cylinder()
// Usage:
// cylinder(h, r|d, [center], [orient], [anchor]);
// cylinder(h, r1/d1, r2/d2, [center], [orient], [anchor]);
// cylinder(h, r|d, [center]);
// cylinder(h, r1/d1, r2/d2, [center]);
// Description:
// Creates a cylinder object, with support for anchoring and attachments.
// This is a drop-in replacement for the built-in `cylinder()` module.
@@ -154,7 +154,7 @@ module cylinder(r=undef, d=undef, r1=undef, r2=undef, d1=undef, d2=undef, h=unde
// Module: sphere()
// Usage:
// sphere(r|d, [orient], [anchor])
// sphere(r|d)
// Description:
// Creates a sphere object, with support for anchoring and attachments.
// This is a drop-in replacement for the built-in `sphere()` module.