From 21d046f0e57d5aff4da1ec2f03f1e12581ab0087 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 6 May 2017 06:56:50 +0800 Subject: [PATCH] updated doc --- docs/lib-golden_spiral_extrude.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-golden_spiral_extrude.md b/docs/lib-golden_spiral_extrude.md index 1a1c5df5..d2ece5e8 100644 --- a/docs/lib-golden_spiral_extrude.md +++ b/docs/lib-golden_spiral_extrude.md @@ -4,7 +4,7 @@ Extrudes a 2D shape along the path of a golden spiral. When using this module, you should use points to represent the 2D shape. You need to provide indexes of triangles, too. This module provides two prepared triangles indexes. One is `"RADIAL"`. See [polysections](https://openhome.cc/eGossip/OpenSCAD/lib-polysections.html) for details. -Dependencies: `circle_path`, `rotate_p`, `golden_spiral.scad`, `cross_sections`, `polysections`. +Dependencies: `circle_path`, `rotate_p`, `golden_spiral`, `cross_sections`, `polysections`. ## Parameters