From fd57d562f9bc8770383899960f25becf9b59a720 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 21 May 2017 15:51:09 +0800 Subject: [PATCH] updated docs --- docs/lib-cross_sections.md | 2 +- src/cross_sections.scad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-cross_sections.md b/docs/lib-cross_sections.md index f7119809..d04def35 100644 --- a/docs/lib-cross_sections.md +++ b/docs/lib-cross_sections.md @@ -1,6 +1,6 @@ # cross_sections -Given a starting cross-section, points and angles along the path, this function will return all cross-sections. Combined with the `polysections` module, you can create a specific path extrusion. +Given a 2D shape, points and angles along the path, this function will return all cross-sections. Combined with the `polysections` module, you can create a specific path extrusion. It depends on the `rotate_p` function. Remember to include "rotate_p.scad". diff --git a/src/cross_sections.scad b/src/cross_sections.scad index e6d5edbc..6fc4ca83 100644 --- a/src/cross_sections.scad +++ b/src/cross_sections.scad @@ -1,7 +1,7 @@ /** * cross_sections.scad * -* Given a starting cross-section, points and angles along the path, this function +* Given a 2D shape, points and angles along the path, this function * will return all cross-sections. * * @copyright Justin Lin, 2017