From 4c659e9f4020451e9b5d208a4d814e1d34b0f97c Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Mon, 24 Jun 2019 15:45:42 -0700 Subject: [PATCH] Fix truncated example. --- roundcorners.scad | 1 - 1 file changed, 1 deletion(-) diff --git a/roundcorners.scad b/roundcorners.scad index b0bcb1f..865cafc 100644 --- a/roundcorners.scad +++ b/roundcorners.scad @@ -130,7 +130,6 @@ include // stroke(zig,width=1); // Original shape // fwd(20) // Smooth all corners with a cut of 4 and curvature parameter 0.6 // stroke(round_corners(zig,all=[4,0.6],closed=false, curve="smooth", type="cut"),width=1); -// // fwd(40) // Smooth all corners with circular arcs and a cut of 4 // stroke(round_corners(zig,all=[4,0.6],closed=false, curve="circle", type="cut"),width=1); // // Smooth all corners with a circular arc and radius 1.5 (close to maximum possible)