Recipe bug fix intruduced in MET08THFTIRQS408M

This commit is contained in:
2023-06-20 07:24:15 -07:00
parent 0f95c45638
commit 192ee2aade
3 changed files with 3 additions and 3 deletions

View File

@ -505,7 +505,7 @@ public partial class ProcessData : IProcessData
_Log.Debug("****ProcessData Removing Recipe");
recipe = recipe.Remove(recipe.Length - 1, 1);
}
detail.Recipe = recipe;
detail.Recipe = recipe.Split(' ').First();
_ = GetToEOL();
if (PeekNextLine().Contains("Thickness"))
{