diff --git a/geometry.scad b/geometry.scad index f4e7aaa..326e942 100644 --- a/geometry.scad +++ b/geometry.scad @@ -9,7 +9,7 @@ // CommonCode: -// include +// include // Section: Lines and Triangles diff --git a/rounding.scad b/rounding.scad index d01706d..d966fbc 100644 --- a/rounding.scad +++ b/rounding.scad @@ -1,11 +1,11 @@ ////////////////////////////////////////////////////////////////////// -// LibFile: roundcorners.scad +// LibFile: rounding.scad // Routines to create rounded corners, with either circular rounding, // or continuous curvature rounding with no sudden curvature transitions. // To use, add the following lines to the beginning of your file: // ``` // include -// include +// include // ``` //////////////////////////////////////////////////////////////////////