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

@ -1,25 +1,29 @@
include <./sideWallBase.scad>
*sideWallLeft();
module sideWallLeft() {
applyEpicVentilation()
applySideWallVerticalRibs()
render()
sideWallBase();
module applyEpicVentilation() {
apply_n() {
for (i = [1:8]) {
translate(v = [0, 35, i * 10 + 8])
minkowski() {
sphere(r=1);
cube(size = [10, 40, 3]);
}
vent();
}
children(0);
}
module vent() {
minkowski() {
sphere(r=1);
cube(size = [10, 40, 3]);
}
}
}
module applySideWallVerticalRibs() {