@@ -2615,7 +2615,7 @@ namespace FurnaceUI.Views.Recipes
if (bEnd)
{
- if (!recipestep.Command.ToUpper().Contains("END"))
+ if (!recipestep.Name.ToUpper().Contains("END"))
DialogBox.ShowWarning("The step command of last step must be 'END',please check!");
return;