Fix for RAUPIANO t-pieces in request modifier
This commit is contained in:
parent
1fd20b1692
commit
0e92b45e31
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user