From 50787d05bdb9dc18aa33c39ad0960f7660438f43 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 11 May 2017 15:24:37 +0800 Subject: [PATCH] updated doc --- docs/lib-rounded_cylinder.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/lib-rounded_cylinder.md b/docs/lib-rounded_cylinder.md index 4824a9b3..b50dd4e5 100644 --- a/docs/lib-rounded_cylinder.md +++ b/docs/lib-rounded_cylinder.md @@ -6,7 +6,6 @@ Creates a rounded cylinder. - `radius` : The radius of the cylinder. It also accepts a vector `[r1, r2]`. `r1` is the bottom radius and `r2` is the top radius of a cone. - `h` : The height of the cylinder or cone. - - `round_r` : The sphere radius which fits the edges of the bottom and the top. - `center` : `false` (default), z ranges from 0 to h. `true`, z ranges from -h/2 to +h/2 - `convexity` : See [Rotate Extrude](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Using_the_2D_Subsystem#Rotate_Extrude) for details.