From 746b85da4d9c59d565114ff0990e78f0e3613332 Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Tue, 4 Sep 2018 09:05:40 -0700 Subject: [PATCH] Fixed commenting of example. --- shapes.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes.scad b/shapes.scad index 1d32b86..d635b67 100644 --- a/shapes.scad +++ b/shapes.scad @@ -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;