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
a26f87a9d2 fit an arcade layout in one panel 2023-09-13 21:17:45 -05:00