add customizer_base. move settings variables to make more sense, in customizer and outside of it. switch (back?) to using rounded_cherry instead of cherry_rounded

This commit is contained in:
Robert Sheldon 2018-06-27 01:12:43 -04:00
parent 16b7ec4a25
commit ff77b6492c
9 changed files with 767 additions and 742 deletions

13
customizer_base.scad Normal file
View file

@ -0,0 +1,13 @@
// entry point for customizer script. This probably isn't useful to most people,
// as it's just a wrapper that helps generate customizer.scad for thingiverse.
include <src/settings.scad>
include <src/key_sizes.scad>
include <src/key_profiles.scad>
include <src/key_types.scad>
include <src/key_transformations.scad>
use <src/key.scad>
key();