Fix for RAUPIANO t-pieces in request modifier

This commit is contained in:
Sergey Chebotar 2021-12-09 10:30:14 +03:00
parent 1fd20b1692
commit 0e92b45e31

View File

@ -36,6 +36,9 @@ namespace RehauSku.Assistant
int.Parse($"{match[6]}{match[7]}") int.Parse($"{match[6]}{match[7]}")
}; };
if (new[] { endFaces[0], endFaces[1], side }.Any(x => x == 45 || x == 90 || x == 87))
return line;
List<string> additions = new List<string>(); List<string> additions = new List<string>();
if (endFaces.All(x => x < side)) if (endFaces.All(x => x < side))