add instructions and renders

This commit is contained in:
zhao
2023-05-19 14:23:24 -04:00
parent 28006685c5
commit b90ae7f1ae
21 changed files with 116064 additions and 169161 deletions

View File

@ -5,8 +5,8 @@ include <./sideWallBase.scad>
module sideWallLeft() {
//applyEpicVentilation()
applySideWallVerticalRibs()
render()
//applySideWallVerticalRibs()
//render()
sideWallBase();
module applyEpicVentilation() {

View File

@ -6,8 +6,8 @@ module sideWallRight() {
//applyEpicVentilation()
mirror(v=[1,0,0])
applySideWallVerticalRibs()
render()
//applySideWallVerticalRibs()
//render()
sideWallBase();
module applyEpicVentilation() {