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
This commit is contained in:
2023-11-20 14:25:27 -06:00
parent 9a5792580c
commit ae40fd7289
45 changed files with 125 additions and 69 deletions

View File

@@ -16,6 +16,7 @@
* the Buildable Stick System. If not, see <https://www.gnu.org/licenses/>.
*/
include <parameters.scad>
include <components.scad>
// combine the lever mount and generic plate, with mounting holes