Renamed rounded_right_triangle files to rounded_triangle.

This commit is contained in:
Martin Budden 2021-03-06 16:22:41 +00:00
parent f327df95a3
commit 30236046a8
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);