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
|
@ -617,14 +617,10 @@ module bump(depth=undef) {
|
|||
children();
|
||||
}
|
||||
|
||||
module one_single_key(profile, row, unsculpted) {
|
||||
key_profile(profile, unsculpted ? 3 : row) key();
|
||||
}
|
||||
|
||||
module one_row_profile(profile, unsculpted = false) {
|
||||
module row_profile(profile, unsculpted = false) {
|
||||
rows = [5, 1, 2, 3, 4];
|
||||
for(row = [0:len(rows)-1]) {
|
||||
translate_u(0, -row) one_single_key(profile, rows[row], unsculpted);
|
||||
translate_u(0, -row) key_profile(profile, unsculpted ? 3 : rows[row]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue