From 4d8940bbbfa5a925ebe999e5a8fac810500ecee3 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Thu, 26 Mar 2026 05:28:17 +0100 Subject: [PATCH] keycaps ortholinear script fix --- keycaps_ortholinear.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keycaps_ortholinear.sh b/keycaps_ortholinear.sh index 1478d20..77817f2 100755 --- a/keycaps_ortholinear.sh +++ b/keycaps_ortholinear.sh @@ -63,9 +63,9 @@ openscad \ ######################################## # enter keycap ######################################## -echo "Generating: $label.stl" +echo "Generating: enter.stl" openscad \ - -o "keycaps_stl/$label.stl" \ + -o "keycaps_stl/enter.stl" \ -D "legend_char=\"Enter\"" \ -D "legend_size=5" \ -D "u_count_x=2" \