Recipe bug fix intruduced in MET08THFTIRQS408M

This commit is contained in:
2023-06-20 07:41:40 -07:00
parent 192ee2aade
commit 5c6d8b2a51
2 changed files with 3 additions and 1 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.Split(' ').First();
detail.Recipe = recipe;
_ = GetToEOL();
if (PeekNextLine().Contains("Thickness"))
{