Implement Issue #2. Added diameter alternates for most radius options.

This commit is contained in:
Garth Minette
2020-08-26 20:39:45 -07:00
parent 1d318ebc38
commit dba5aab918
8 changed files with 89 additions and 55 deletions

View File

@@ -321,7 +321,7 @@ module chain_hull()
// Usage:
// cylindrical_extrude(size, ir|id, or|od, [convexity]) ...
// Description:
// Cylindrically extrudes all 2D children, curved around a cylidrical shape.
// Extrudes all 2D children outwards, curved around a cylindrical shape.
// Arguments:
// or = The outer radius to extrude to.
// od = The outer diameter to extrude to.