From 8400a68b60a4658b0768db87fd5b4be1c6043991 Mon Sep 17 00:00:00 2001 From: Irev-Dev Date: Tue, 1 Aug 2017 10:09:39 +0000 Subject: [PATCH] Update polyround.scad --- polyround.scad | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/polyround.scad b/polyround.scad index 32663b0..3929ea5 100644 --- a/polyround.scad +++ b/polyround.scad @@ -7,7 +7,7 @@ //uncomment to see the examples -examples(); +//examples(); module examples(){ //Example of how a parametric part might be designed with this tool @@ -24,9 +24,7 @@ module examples(){ //Example of features 2 // 1 2 3 4 5 6 b=[[-4,0,1],[5,3,1.5],[0,7,0],[8,7,10],[20,20,1],[10,0,10]]; //points - echo("example 2", polyRound(b,1)); - // polygon(polyRound(b,30));/*polycarious() will make the same shape but doesn't have radii conflict handling*/ // - polygon(polycarious(b,30)); + // polygon(polyRound(b,30));/*polycarious() will make the same shape but doesn't have radii conflict handling*/ //polygon(polycarious(b,30)); %translate([0,0,0.2])polygon(getpoints(b));//transparent copy of the polgon without rounding