16 lines
177 B
OpenSCAD
16 lines
177 B
OpenSCAD
include <./sideWallBase.scad>
|
|
|
|
|
|
*sideWallLeft();
|
|
|
|
module sideWallLeft() {
|
|
|
|
applyEpicVentilation()
|
|
sideWallBase();
|
|
|
|
module applyEpicVentilation() {
|
|
children(0);
|
|
}
|
|
}
|
|
|