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