Recipe bug fix intruduced in MET08THFTIRQS408M
This commit is contained in:
@ -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"))
|
||||
{
|
||||
|
Reference in New Issue
Block a user