mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
remove spurious include
This commit is contained in:
parent
9e280d908f
commit
b1a7758a10
1 changed files with 0 additions and 11 deletions
11
walls.scad
11
walls.scad
|
@ -443,17 +443,6 @@ module _bevelWall(shape, bevel, thickness) {
|
|||
linear_extrude(l) polygon(path);
|
||||
}
|
||||
|
||||
include<BOSL2/walls.scad>
|
||||
//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.
|
||||
|
|
Loading…
Reference in a new issue