mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-18 07:10:22 +00:00
quick fix for multimaterial
This commit is contained in:
parent
b05405b2b9
commit
19326150ad
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ simple_layout(preonic_default_layout) {
|
|||
key();
|
||||
|
||||
// this generates separate legends for the keys
|
||||
/* legend(preonic_default_legends[$row][$column]) legends($inset_legend_depth); */
|
||||
/* legend(preonic_default_legends[$row][$column]) legends(); */
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -327,7 +327,7 @@ module clearance_check() {
|
|||
}
|
||||
}
|
||||
|
||||
module legends(depth) {
|
||||
module legends(depth=0) {
|
||||
if ($front_print_legends) {
|
||||
front_placement() {
|
||||
if (len($legends) > 0) {
|
||||
|
|
Loading…
Reference in a new issue