From b1a7758a10fa8953c000ba5676c18eedb2c3f616 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 17 May 2024 17:14:02 -0400 Subject: [PATCH] remove spurious include --- walls.scad | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/walls.scad b/walls.scad index a3235f7..2de7a5f 100644 --- a/walls.scad +++ b/walls.scad @@ -443,17 +443,6 @@ module _bevelWall(shape, bevel, thickness) { linear_extrude(l) polygon(path); } -include -//corrugated_wall(h=50, l=100, strut=0); - - -// corrugated wall: strut = width of frame -// note on intersection() etc about slowness and avoid use if possible - -//echo(os=offset_stroke(circle(r=10),closed=false, width=0)); - - - // Module: corrugated_wall() // Synopsis: Makes a corrugated rectangular wall.