Merge branch 'rounded_triangle_rename' of https://github.com/martinbudden/NopSCADlib into martinbudden-rounded_triangle_rename
This commit is contained in:
commit
94cb50f725
|
@ -18,7 +18,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
include <../global_defs.scad>
|
include <../global_defs.scad>
|
||||||
use <../utils/rounded_right_triangle.scad>
|
use <../utils/rounded_triangle.scad>
|
||||||
|
|
||||||
|
|
||||||
module rounded_right_triangles() {
|
module rounded_right_triangles() {
|
|
@ -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.
|
//! 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/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.
|
module rounded_right_triangle(x, y, z, fillet, center = true, offset = false) { //! Draw a 3D right triangle with rounded edges.
|
||||||
fillet = max(fillet, eps);
|
fillet = max(fillet, eps);
|
Loading…
Reference in New Issue