mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 15:49:50 +00:00
Fix up custimzer.scad
also add git post-commit hook to generate it, so I don't have to do this again
This commit is contained in:
parent
555a7874bf
commit
45940e8059
6 changed files with 1718 additions and 258 deletions
|
@ -11,6 +11,8 @@ row = 1; // [5,1,2,3,4,0]
|
|||
// What does the top of your key say?
|
||||
legend = "";
|
||||
|
||||
$using_customizer = true;
|
||||
|
||||
include <src/settings.scad>
|
||||
|
||||
include <src/key_sizes.scad>
|
||||
|
@ -18,8 +20,7 @@ include <src/key_profiles.scad>
|
|||
include <src/key_types.scad>
|
||||
include <src/key_transformations.scad>
|
||||
include <src/key_helpers.scad>
|
||||
|
||||
use <src/key.scad>
|
||||
include <src/key.scad>
|
||||
|
||||
key_profile(key_profile, row) legend(legend) {
|
||||
key();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue