mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
damnit thingiverse
This commit is contained in:
parent
1149cade39
commit
2638a194d6
1 changed files with 2 additions and 1 deletions
|
@ -619,7 +619,8 @@ module bump(depth=undef) {
|
|||
}
|
||||
module arrows(profile, rows = [4,4,4,3]) {
|
||||
positions = [[0, 0], [1, 0], [2, 0], [1, 1]];
|
||||
legends = ["←", "↓", "→", "↑"];
|
||||
/* doesn't work in thingiverse customize lol */
|
||||
/* legends = ["←", "↓", "→", "↑"]; */
|
||||
|
||||
for (i = [0:3]) {
|
||||
translate_u(positions[i].x, positions[i].y) key_profile(profile, rows[i]) legend(legends[i]) cherry() key(true);
|
||||
|
|
Loading…
Reference in a new issue