mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix truncated example.
This commit is contained in:
parent
56b41b487b
commit
4c659e9f40
1 changed files with 0 additions and 1 deletions
|
@ -130,7 +130,6 @@ include <BOSL2/beziers.scad>
|
|||
// 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)
|
||||
|
|
Loading…
Reference in a new issue