This commit is contained in:
Robert Sheldon 2018-07-26 02:24:29 -04:00
parent 2638a194d6
commit 7c2c93acd1
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ module bump(depth=undef) {
module arrows(profile, rows = [4,4,4,3]) { module arrows(profile, rows = [4,4,4,3]) {
positions = [[0, 0], [1, 0], [2, 0], [1, 1]]; positions = [[0, 0], [1, 0], [2, 0], [1, 1]];
/* doesn't work in thingiverse customize lol */ /* doesn't work in thingiverse customize lol */
/* legends = ["←", "↓", "→", "↑"]; */ /* legends = [UNICODE WUZ HERE]; */
for (i = [0:3]) { for (i = [0:3]) {
translate_u(positions[i].x, positions[i].y) key_profile(profile, rows[i]) legend(legends[i]) cherry() key(true); translate_u(positions[i].x, positions[i].y) key_profile(profile, rows[i]) legend(legends[i]) cherry() key(true);