From 4f2d57bf8aa29146efc108ac15245620103f37bc Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 23 Mar 2017 09:36:38 +0800 Subject: [PATCH] updated doc --- docs/lib-circular_sector.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lib-circular_sector.md b/docs/lib-circular_sector.md index 9cd9ed22..b4366db3 100644 --- a/docs/lib-circular_sector.md +++ b/docs/lib-circular_sector.md @@ -1,6 +1,6 @@ # circular_sector -Create a circular sector. You can pass a 2 element vector to define the central angle. It provides a `fn` parameter consistent with the `$fn` parameter of the `circle` module. +Create a circular sector. You can pass a 2 element vector to define the central angle. Its `$fa`, `$fs` and `$fn` parameters are consistent with the circle module. ## Parameters @@ -12,7 +12,7 @@ Create a circular sector. You can pass a 2 element vector to define the central circular_sector(radius = 20, angles = [-50, -150]); translate([-15, 0, 0]) circular_sector(radius = 20, angles = [45, 135]); - translate([15, 0, 0]) circular_sector(radius = 20, angles = [45, 135], fn = 12); + translate([15, 0, 0]) circular_sector(radius = 20, angles = [45, 135], $fn = 12); ![circular_sector](images/lib-circular_sector-1.JPG)