Commit Graph

5 Commits

Author SHA1 Message Date
Brian S. Stephan 97f69b9332
update SPDX headers in source files
license is still the same, this just saves duplicating the terms and
standardizes with what I've been doing elsewhere, style-wise

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
2024-01-02 15:08:01 -06:00
Brian S. Stephan 3ee8745d09
DRY: use neutrik_d_mount in the 24mm mount plate 2023-12-13 13:40:17 -06:00
Brian S. Stephan 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
Brian S. Stephan 8140d5e3a8
neutrik D base plate, also good as a cover 2023-09-06 14:44:54 -05:00
Brian S. Stephan 5177090625
rename some misc files for consistency/sorting 2023-09-05 10:41:59 -05:00