refactor - introduce config folder, and other misc changes

This commit is contained in:
zhao
2023-06-23 21:52:27 -04:00
parent 752b26bff5
commit 02f0155216
86 changed files with 234 additions and 434 deletions

View File

@ -1,5 +1,5 @@
include <../helper/math.scad>
include <./config.scad>
include <../helper/common.scad>
include <../config/common.scad>
include <./mainRail.scad>
include <./yBar.scad>
include <./xBar.scad>
@ -12,6 +12,7 @@ include <./xyPlate.scad>
include <../rack-mount/side-rail/dualMount.scad>
// TODO: this is completly broken. fix this and figure out a nice way to run this with cli commands
assemblyInstructions();
module assemblyInstructions () {