From 549de8e06a9a2654e319b52f8f666a2762c87017 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 30 Mar 2017 12:17:51 +0800 Subject: [PATCH] fixed parameters vt_dir, rt_dir --- docs/lib-cylinder_spiral.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-cylinder_spiral.md b/docs/lib-cylinder_spiral.md index 1c8dacf9..3517673a 100644 --- a/docs/lib-cylinder_spiral.md +++ b/docs/lib-cylinder_spiral.md @@ -7,8 +7,8 @@ Get all points on the path of a spiral around a cylinder. Its `$fa`, `$fs` and ` - `radius` : The radius of the cylinder. - `levels` : The level count is performed every 360 degrees. - `level_dist` : The distance between two vertial points. -- `vt_dir` : `"CT_CLK"` for counterclockwise. `"CLK"` for clockwise. The default value is `"CT_CLK"`. -- `rt_dir` : `"SPI_DOWN"` for spiraling down. `"SPI_UP"` for spiraling up. The default value is `"SPI_DOWN"`. +- `vt_dir` : `"SPI_DOWN"` for spiraling down. `"SPI_UP"` for spiraling up. The default value is `"SPI_DOWN"`. +- `rt_dir` : `"CT_CLK"` for counterclockwise. `"CLK"` for clockwise. The default value is `"CT_CLK"`. - `$fa`, `$fs`, `$fn` : Check [the cylinder module](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Primitive_Solids#cylinder) for more details.