mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-28 23:39:36 +00:00
Added braced example image for thinning_wall.
This commit is contained in:
parent
72c2df1ba4
commit
aa51988a83
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue