Commit Graph

2 Commits

Author SHA1 Message Date
ae40fd7289
break out tweakable parameters into a separate file
this allows for:

include <parameters.scad>
// override a variable such as
frame_z = 60;
include <components.scad>

which will let individual components tweak settings, e.g. the height of
a frame
2023-11-20 14:25:27 -06:00
ed3c5a1210
rename non-overhang panels accordingly 2023-09-01 15:54:55 -05:00