wip
This commit is contained in:
@ -4,7 +4,7 @@ include <./sideWallBase.scad>
|
||||
|
||||
module sideWallLeft() {
|
||||
|
||||
applyEpicVentilation()
|
||||
//applyEpicVentilation()
|
||||
applySideWallVerticalRibs()
|
||||
render()
|
||||
sideWallBase();
|
||||
|
||||
@ -4,7 +4,7 @@ include <./sideWallBase.scad>
|
||||
|
||||
module sideWallRight() {
|
||||
|
||||
applyEpicVentilation()
|
||||
//applyEpicVentilation()
|
||||
mirror(v=[1,0,0])
|
||||
applySideWallVerticalRibs()
|
||||
render()
|
||||
|
||||
Reference in New Issue
Block a user