mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-05 21:58:17 +02:00
Fixed references to roundings.scad
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
// CommonCode:
|
// CommonCode:
|
||||||
// include <BOSL2/roundcorners.scad>
|
// include <BOSL2/rounding.scad>
|
||||||
|
|
||||||
|
|
||||||
// Section: Lines and Triangles
|
// Section: Lines and Triangles
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
// LibFile: roundcorners.scad
|
// LibFile: rounding.scad
|
||||||
// Routines to create rounded corners, with either circular rounding,
|
// Routines to create rounded corners, with either circular rounding,
|
||||||
// or continuous curvature rounding with no sudden curvature transitions.
|
// or continuous curvature rounding with no sudden curvature transitions.
|
||||||
// To use, add the following lines to the beginning of your file:
|
// To use, add the following lines to the beginning of your file:
|
||||||
// ```
|
// ```
|
||||||
// include <BOSL2/std.scad>
|
// include <BOSL2/std.scad>
|
||||||
// include <BOSL2/roundcorners.scad>
|
// include <BOSL2/rounding.scad>
|
||||||
// ```
|
// ```
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user