angle fix

This commit is contained in:
Adrian Mariano 2023-03-06 19:28:25 -05:00
parent 3c17e6c73f
commit 5943075b86

View File

@ -548,8 +548,8 @@ module teardrop_edge_mask(l, r, angle=45, excess=0.1, d, anchor=CTR, spin=0, ori
// corner_mask(BOT) // corner_mask(BOT)
// teardrop_corner_mask(r=10, angle=40); // teardrop_corner_mask(r=10, angle=40);
// } // }
function teardrop_corner_mask(r, angle, excess=0.1, d, anchor, spin, orient) = no_function("teardrop_corner_mask"); function teardrop_corner_mask(r, angle=45, excess=0.1, d, anchor, spin, orient) = no_function("teardrop_corner_mask");
module teardrop_corner_mask(r, angle, excess=0.1, d, anchor=CTR, spin=0, orient=UP) module teardrop_corner_mask(r, angle=45, excess=0.1, d, anchor=CTR, spin=0, orient=UP)
{ {
assert(is_num(angle)); assert(is_num(angle));
assert(is_num(excess)); assert(is_num(excess));