Update settings.scad

This commit is contained in:
Bob 2020-01-11 23:34:29 -05:00
parent f6762031db
commit 48377ee749
1 changed files with 3 additions and 0 deletions

View File

@ -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;