From 3d4b7e9ebbce65032ec67957a509eb8235a30ce6 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Thu, 4 Apr 2019 00:39:00 -0700 Subject: [PATCH] Tweak sizing for extrude_arc() example image. --- transforms.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transforms.scad b/transforms.scad index baffe88b..3189097c 100644 --- a/transforms.scad +++ b/transforms.scad @@ -2142,7 +2142,7 @@ module chain_hull() // caps = If true, spin the 2D shapes to make rounded caps the ends of the arc. // convexity = Max number of times a ray passes through the 2D shape's walls. // -// Example: +// Example(Med): // pts=[[-5/2, -5], [-5/2, 0], [-5/2-3, 5], [5/2+3, 5], [5/2, 0], [5/2, -5]]; // #polygon(points=pts); // extrude_arc(arc=270, sa=45, r=40, caps=true, convexity=4, $fa=2, $fs=2) {