4 Commits

Author SHA1 Message Date
a0db9d9c3f
add SPDX-License-Identifier: GPL-3.0-or-later to SCAD files
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2023-12-18 12:51:38 -06:00
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
544f4fb4ce
cleanups to the decorative plates 2023-11-09 12:29:18 -06:00
5177090625
rename some misc files for consistency/sorting 2023-09-05 10:41:59 -05:00