Changes round_corners Figure image to 2D.

This commit is contained in:
Revar Desmera 2019-07-11 17:12:38 -07:00
parent feb58dc20c
commit 09bef42e1c

View File

@ -77,7 +77,7 @@ include <BOSL2/beziers.scad>
// When doing continuous curvature rounding be sure to use lots of segments or the effect will be
// hidden by the discretization.
//
// Figure:
// Figure(2D):
// h = 18;
// w = 12.6;
// example = [[0,0],[w,h],[2*w,0]];