mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fixed commenting of example.
This commit is contained in:
parent
844d2101e5
commit
746b85da4d
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@ module sparse_strut(h=50, l=100, thick=4, maxang=30, strut=5, max_bridge = 20)
|
|||
// strut = the width of the cross-braces.
|
||||
// wall = thickness of corrugations.
|
||||
// Example:
|
||||
corrugated_wall(h=50, l=100, thick=4, strut=5, wall=2, $fn=12);
|
||||
// corrugated_wall(h=50, l=100, thick=4, strut=5, wall=2, $fn=12);
|
||||
module corrugated_wall(h=50, l=100, thick=5, strut=5, wall=2)
|
||||
{
|
||||
amplitude = (thick - wall) / 2;
|
||||
|
|
Loading…
Reference in a new issue