diff --git a/shapes.scad b/shapes.scad index 8f0b5e5..dafbe3e 100644 --- a/shapes.scad +++ b/shapes.scad @@ -1214,12 +1214,12 @@ module tube( // } // // Arguments: -// r_maj = major radius of torus ring. (use with of 'r_min', or 'd_min') -// r_min = minor radius of torus ring. (use with of 'r_maj', or 'd_maj') +// r_maj = major radius of torus ring. (use with 'r_min', or 'd_min') +// r_min = minor radius of torus ring. (use with 'r_maj', or 'd_maj') // center = If given, overrides `anchor`. A true value sets `anchor=CENTER`, false sets `anchor=DOWN`. // --- -// d_maj = major diameter of torus ring. (use with of 'r_min', or 'd_min') -// d_min = minor diameter of torus ring. (use with of 'r_maj', or 'd_maj') +// d_maj = major diameter of torus ring. (use with 'r_min', or 'd_min') +// d_min = minor diameter of torus ring. (use with 'r_maj', or 'd_maj') // or = outer radius of the torus. (use with 'ir', or 'id') // ir = inside radius of the torus. (use with 'or', or 'od') // od = outer diameter of the torus. (use with 'ir' or 'id') diff --git a/version.scad b/version.scad index e1d0bb0..6abbb62 100644 --- a/version.scad +++ b/version.scad @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,557]; +BOSL_VERSION = [2,0,558]; // Section: BOSL Library Version Functions