Fixed references to roundings.scad

This commit is contained in:
Revar Desmera 2019-07-13 15:57:24 -07:00
parent ba3b26c7fa
commit 72ecdbac5a
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
// CommonCode:
// include <BOSL2/roundcorners.scad>
// include <BOSL2/rounding.scad>
// Section: Lines and Triangles

View file

@ -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 <BOSL2/std.scad>
// include <BOSL2/roundcorners.scad>
// include <BOSL2/rounding.scad>
// ```
//////////////////////////////////////////////////////////////////////