mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
remove models directory and switch to generating them via script
This commit is contained in:
parent
c8b4011fac
commit
dc9b2a5aa6
8 changed files with 98 additions and 39 deletions
21
model_base.scad
Normal file
21
model_base.scad
Normal file
|
@ -0,0 +1,21 @@
|
|||
// 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.
|
||||
|
||||
/* [Basic-Settings] */
|
||||
|
||||
// what preset profile do you wish to use? disable if you are going to set paramters below
|
||||
key_profile = "dcs"; // [dcs, oem, dsa, sa, g20, disable]
|
||||
// what key profile row is this keycap on? 0 for disable
|
||||
row = 1; // [5,1,2,3,4,0]
|
||||
|
||||
// What does the top of your key say?
|
||||
legend = "";
|
||||
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue