side wall improvements: add option to not include ventilation holes for side walls, and add horizontal bracing
This commit is contained in:
@ -4,10 +4,9 @@ sideWallRight();
|
||||
|
||||
module sideWallRight() {
|
||||
|
||||
numVentsCustom = ceil((sideWallZ - 2*sideWallDefaultVentilationToYEdge)/10);
|
||||
numVentsCustom = sideWallVentilation? ceil((sideWallZ - 2*sideWallDefaultVentilationToYEdge)/10): 0;
|
||||
|
||||
mirror(v=[1,0,0])
|
||||
applySideWallBracing(numRibs=2)
|
||||
applySideWallDefaultVentilation(numVents=numVentsCustom)
|
||||
sideWallBase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user