add new print-friendly folder, and update rbuild accordingly. also refactor+fix xBar
This commit is contained in:
15
rack/side/sideWallLeft.scad
Normal file
15
rack/side/sideWallLeft.scad
Normal file
@ -0,0 +1,15 @@
|
||||
include <./sideWallBase.scad>
|
||||
|
||||
|
||||
*sideWallLeft();
|
||||
|
||||
module sideWallLeft() {
|
||||
|
||||
applyEpicVentilation()
|
||||
sideWallBase();
|
||||
|
||||
module applyEpicVentilation() {
|
||||
children(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user