Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Adrian Mariano
2021-01-05 06:25:50 -05:00
54 changed files with 341 additions and 288 deletions

View File

@@ -2,11 +2,9 @@
// 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:
// ```
// Includes:
// include <BOSL2/std.scad>
// include <BOSL2/rounding.scad>
// ```
//////////////////////////////////////////////////////////////////////
include <beziers.scad>
include <structs.scad>