wangsr
wangsr 1 year ago
commit 8c8dbc7b23

@ -428,7 +428,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjPlanning
} }
public static void DownM6Recipe(List<MixStep> recipeSteps) public static void DownM6Recipe(List<MixStep> recipeSteps)
{ {
int begin = 2978; int begin = 3138;
//DownM1CleanRecipe(begin); //DownM1CleanRecipe(begin);
for (int i = 0; i < recipeSteps.Count(); i++) for (int i = 0; i < recipeSteps.Count(); i++)
{ {
@ -441,7 +441,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjPlanning
} }
public static void DownM7Recipe(List<MixStep> recipeSteps) public static void DownM7Recipe(List<MixStep> recipeSteps)
{ {
int begin = 3138; int begin = 3338;
//DownM1CleanRecipe(begin); //DownM1CleanRecipe(begin);
for (int i = 0; i < recipeSteps.Count(); i++) for (int i = 0; i < recipeSteps.Count(); i++)
{ {
@ -454,7 +454,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjPlanning
} }
public static void DownM8Recipe(List<MixStep> recipeSteps) public static void DownM8Recipe(List<MixStep> recipeSteps)
{ {
int begin = 3338; int begin = 3538;
//DownM1CleanRecipe(begin); //DownM1CleanRecipe(begin);
for (int i = 0; i < recipeSteps.Count(); i++) for (int i = 0; i < recipeSteps.Count(); i++)
{ {

Loading…
Cancel
Save