mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
quick fix for multimaterial
This commit is contained in:
parent
b05405b2b9
commit
19326150ad
@ -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 New Issue
Block a user