mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-03-20 05:16:35 +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();
|
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(); */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue