introduce slack config fale. also small edits to side wall stuff

This commit is contained in:
zhao
2023-04-08 10:36:31 -04:00
parent c6df6a9153
commit 16ba58e995
17 changed files with 111830 additions and 172539 deletions

View File

@ -7,23 +7,26 @@ module sideWallRight() {
applyEpicVentilation()
mirror(v=[1,0,0])
applySideWallVerticalRibs()
render()
sideWallBase();
module applyEpicVentilation() {
apply_n() {
for (i = [1:8]) {
translate(v = [-10, 35, i * 10 + 8])
minkowski() {
sphere(r=1);
cube(size = [10, 40, 3]);
}
translate(v = [-10, 35, i*10+8])
vent();
}
children(0);
}
module vent() {
minkowski() {
sphere(r=1);
cube(size = [10, 40, 3]);
}
}
}
module applySideWallVerticalRibs() {