Merge branch 'rounded_triangle_rename' of https://github.com/martinbudden/NopSCADlib into martinbudden-rounded_triangle_rename

This commit is contained in:
Chris Palmer 2021-03-06 20:17:00 +00:00
commit 94cb50f725
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@
//
include <../global_defs.scad>
use <../utils/rounded_right_triangle.scad>
use <../utils/rounded_triangle.scad>
module rounded_right_triangles() {

View File

@ -21,7 +21,6 @@
//! Draw a 3D right triangle with rounded edges. Intended to be embedded in other parts. Can be optionally offset by the filleted amount.
//
include <../utils/core/core.scad>
include <..//utils/core/rounded_rectangle.scad>
module rounded_right_triangle(x, y, z, fillet, center = true, offset = false) { //! Draw a 3D right triangle with rounded edges.
fillet = max(fillet, eps);