mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Fixed references to roundings.scad
This commit is contained in:
parent
ba3b26c7fa
commit
72ecdbac5a
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
|
||||
// CommonCode:
|
||||
// include <BOSL2/roundcorners.scad>
|
||||
// include <BOSL2/rounding.scad>
|
||||
|
||||
|
||||
// Section: Lines and Triangles
|
||||
|
|
|
@ -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>
|
||||
// ```
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in a new issue