Fixed and simplified anchoring.

This commit is contained in:
Revar Desmera
2019-05-17 14:41:45 -07:00
parent 8b792c9414
commit 88ea4c94d9
16 changed files with 175 additions and 115 deletions

View File

@@ -33,7 +33,7 @@
//
// Example:
// narrowing_strut(w=10, l=100, wall=5, ang=30);
module narrowing_strut(w=10, l=100, wall=5, ang=30, orient=ORIENT_Y, anchor=FRONT)
module narrowing_strut(w=10, l=100, wall=5, ang=30, orient=ORIENT_Y, anchor=BOTTOM)
{
h = wall + w/2/tan(ang);
size = [w, h, l];