From 48377ee7490982af62804d8f42dd2efba82be1e9 Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 11 Jan 2020 23:34:29 -0500 Subject: [PATCH] Update settings.scad --- src/settings.scad | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/settings.scad b/src/settings.scad index c48a3fc..08af884 100644 --- a/src/settings.scad +++ b/src/settings.scad @@ -150,6 +150,9 @@ $legends = []; // broken off from artisan support since who wants outset legends? $outset_legends = false; +// print legends on the front of the key instead of the top +$front_print_legends = false; + // how recessed inset legends / artisans are from the top of the key $inset_legend_depth = 0.2;