From d545c4b26815adb40162106547d7ccbc36bc5d54 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 3 May 2017 08:52:56 +0800 Subject: [PATCH] updated doc --- docs/lib-path_extend.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib-path_extend.md b/docs/lib-path_extend.md index 45665763..624dbefd 100644 --- a/docs/lib-path_extend.md +++ b/docs/lib-path_extend.md @@ -11,6 +11,7 @@ When using this module, you should use points to represent the 2D stroke. - `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. +- `round_robin` : If the first point and the last point of `path_pts` has the same coordinate, setting `round_robin` to `true` will connect them automatically. ## Examples