From a07244fd473c4704fc44a7cea9704b6a625b9f58 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 15 Jun 2019 10:18:19 +0800 Subject: [PATCH] update doc --- docs/lib-bijection_offset.md | 1 + docs/lib-path_extrude.md | 7 +++++++ docs/lib-shape_arc.md | 1 + docs/lib-shape_path_extend.md | 1 + docs/lib-shape_trapezium.md | 1 + docs/lib-torus_knot.md | 1 + 6 files changed, 12 insertions(+) diff --git a/docs/lib-bijection_offset.md b/docs/lib-bijection_offset.md index 51fec586..77de9699 100644 --- a/docs/lib-bijection_offset.md +++ b/docs/lib-bijection_offset.md @@ -35,6 +35,7 @@ Move 2D outlines outward or inward by a given amount. Each point of the offsette include ; include ; include ; + include ; include ; include ; diff --git a/docs/lib-path_extrude.md b/docs/lib-path_extrude.md index edd92bbc..0bb28c76 100644 --- a/docs/lib-path_extrude.md +++ b/docs/lib-path_extrude.md @@ -20,6 +20,7 @@ When using this module, you should use points to represent the 2D shape. If your include ; include ; + include ; include ; include ; @@ -83,6 +84,7 @@ When using this module, you should use points to represent the 2D shape. If your include ; include ; + include ; include ; include ; @@ -157,6 +159,7 @@ If you have only points, what `path_extrude` can do is to **guess** data about r include ; include ; include ; + include ; include ; shape_pts = [ @@ -183,6 +186,7 @@ You might think this is wrong. Actually, it's not. It's the correct/default beha include ; include ; include ; + include ; include ; shape_pts = [ @@ -208,6 +212,7 @@ You might think this is wrong. Actually, it's not. It's the correct/default beha include ; include ; + include ; include ; shape_pts = [[5, -5], [5, 5], [-5, 5], [-5, -5]]; @@ -234,6 +239,7 @@ The problem doesn't happen when `method` is `"AXIS_ANGLE"`. include ; include ; + include ; include ; shape_pts = [[5, -5], [5, 5], [-5, 5], [-5, -5]]; @@ -265,6 +271,7 @@ So, which is the correct method? Both methods are correct when you provide only include ; include ; include ; + include ; include ; include ; diff --git a/docs/lib-shape_arc.md b/docs/lib-shape_arc.md index 42c50d6e..83a7728f 100644 --- a/docs/lib-shape_arc.md +++ b/docs/lib-shape_arc.md @@ -21,6 +21,7 @@ Returns shape points of an arc shape. They can be used with xxx_extrude modules include ; include ; include ; + include ; include ; include ; diff --git a/docs/lib-shape_path_extend.md b/docs/lib-shape_path_extend.md index af34bbac..7cd4db78 100644 --- a/docs/lib-shape_path_extend.md +++ b/docs/lib-shape_path_extend.md @@ -52,6 +52,7 @@ It depends on the `rotate_p` function. Remember to include "rotate_p.scad". include ; include ; + include ; include ; diff --git a/docs/lib-shape_trapezium.md b/docs/lib-shape_trapezium.md index 0ae16027..bc82274c 100644 --- a/docs/lib-shape_trapezium.md +++ b/docs/lib-shape_trapezium.md @@ -24,6 +24,7 @@ Returns shape points of an isosceles trapezoid. They can be used with xxx_extrud include ; include ; include ; + include ; include ; include ; diff --git a/docs/lib-torus_knot.md b/docs/lib-torus_knot.md index 7c54e3d0..50a40862 100644 --- a/docs/lib-torus_knot.md +++ b/docs/lib-torus_knot.md @@ -17,6 +17,7 @@ Generate a path of [The (p,q)-torus knot](https://en.wikipedia.org/wiki/Torus_kn include ; include ; include ; + include ; include ; include ;