Deconflicting PR

This commit is contained in:
IhatemyISP 2020-02-26 20:56:25 -05:00
parent e44186e570
commit aebd17e60a
No known key found for this signature in database
GPG Key ID: C87915CB776E8490
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -37,6 +37,9 @@ module layout(list, profile="dcs", legends=undef, legends_front=undef, row_sculp
if (key_length >= 1) {
translate_u(column_distance - (key_length/2), -row) {
key_profile(profile, row_sculpting, column_value) u(key_length) legend(legends ? legends[row][column] : "") legend_front(legends_front ? legends_front[row][column] : "") cherry() { // (row+4) % 5 + 1
$row = row;
$column = column;
if (key_length == 6.25) {
spacebar() {
if ($children) {