add new print-friendly folder, and update rbuild accordingly. also refactor+fix xBar

This commit is contained in:
zhao
2023-02-12 11:07:07 -05:00
parent d48554c304
commit 97a5783d0d
32 changed files with 117448 additions and 398443 deletions

View File

@ -0,0 +1,15 @@
include <./sideWallBase.scad>
*sideWallRight();
module sideWallRight() {
applyEpicVentilation()
mirror(v=[1,0,0])
sideWallBase();
module applyEpicVentilation() {
children(0);
}
}