From 31be55ed9b78ecafcc131b86372b69b79d6a41fe Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 2 Jun 2017 09:30:33 +0800 Subject: [PATCH] updated doc --- docs/lib-shape_path_extend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-shape_path_extend.md b/docs/lib-shape_path_extend.md index 591c5cd9..af34bbac 100644 --- a/docs/lib-shape_path_extend.md +++ b/docs/lib-shape_path_extend.md @@ -10,7 +10,7 @@ It depends on the `rotate_p` function. Remember to include "rotate_p.scad". - `stroke_pts` : A list of points represent a stroke. See the example below. - `path_pts` : A list of points represent the path. -- `scale` : Scales the 2D shape by this value over the length of the extrusion. +- `scale` : Scales the 2D shape by this value over the length of the extension. - `closed` : If the first point and the last point of `path_pts` has the same coordinate, setting `closed` to `true` will connect them automatically. ## Examples