quick fix for multimaterial

This commit is contained in:
Bob 2020-02-22 21:28:11 -05:00
parent b05405b2b9
commit 19326150ad
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ simple_layout(preonic_default_layout) {
key(); key();
// this generates separate legends for the keys // this generates separate legends for the keys
/* legend(preonic_default_legends[$row][$column]) legends($inset_legend_depth); */ /* legend(preonic_default_legends[$row][$column]) legends(); */
} }
} }
} }

View File

@ -327,7 +327,7 @@ module clearance_check() {
} }
} }
module legends(depth) { module legends(depth=0) {
if ($front_print_legends) { if ($front_print_legends) {
front_placement() { front_placement() {
if (len($legends) > 0) { if (len($legends) > 0) {