From 2638a194d62a5762f520afc3c8146935e5516058 Mon Sep 17 00:00:00 2001 From: Robert Sheldon Date: Thu, 26 Jul 2018 02:22:32 -0400 Subject: [PATCH] damnit thingiverse --- customizer.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customizer.scad b/customizer.scad index d06e972..fc6dcda 100644 --- a/customizer.scad +++ b/customizer.scad @@ -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);