mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 15:49:50 +00:00
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:
parent
16b7ec4a25
commit
ff77b6492c
9 changed files with 767 additions and 742 deletions
13
customizer_base.scad
Normal file
13
customizer_base.scad
Normal 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();
|
Loading…
Add table
Add a link
Reference in a new issue