mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Added braced example image for thinning_wall.
This commit is contained in:
parent
72c2df1ba4
commit
aa51988a83
@ -84,6 +84,8 @@ module narrowing_strut(w=10, l=100, wall=5, ang=30, anchor=BOTTOM, spin=0, orien
|
||||
// thinning_wall(h=50, l=80, thick=4);
|
||||
// Example: Trapezoidal
|
||||
// thinning_wall(h=50, l=[80,50], thick=4);
|
||||
// Example: Trapezoidal with Braces
|
||||
// thinning_wall(h=50, l=[80,50], thick=4, strut=4, wall=2, braces=true);
|
||||
module thinning_wall(h=50, l=100, thick=5, ang=30, braces=false, strut=5, wall=2, anchor=CENTER, spin=0, orient=UP)
|
||||
{
|
||||
l1 = (l[0] == undef)? l : l[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user