fix invio immediato nome ricetta sul salva con nome & co...
This commit is contained in:
@@ -508,7 +508,7 @@ public static class ThreadsFunctions
|
||||
MessageServices.Current.Publish(SEND_AXIS_NAMES_DATA, null, axes);
|
||||
}
|
||||
else
|
||||
RestoreConnection();
|
||||
RestoreConnection();
|
||||
|
||||
sw.Stop();
|
||||
|
||||
@@ -551,7 +551,7 @@ public static class ThreadsFunctions
|
||||
MessageServices.Current.Publish(SEND_AXIS_POS, null, axesPositions);
|
||||
}
|
||||
else
|
||||
RestoreConnection();
|
||||
RestoreConnection();
|
||||
|
||||
sw.Stop();
|
||||
|
||||
@@ -864,7 +864,13 @@ public static class ThreadsFunctions
|
||||
MessageServices.Current.Publish(SEND_THERMO_RECIPE_OVERWIEW, null, currOverview);
|
||||
|
||||
// ora gestisco la lettura della overview di "modificata
|
||||
MessageServices.Current.Publish(SEND_THERMO_RECIPE_CHANGED, null, NcAdapter.RecipeLiveData.hasChanged);
|
||||
DTORecipeStatus message = new DTORecipeStatus()
|
||||
{
|
||||
recipeName = NcAdapter.RecipeLiveData.RecipeName,
|
||||
hasChanged = NcAdapter.RecipeLiveData.hasChanged
|
||||
};
|
||||
|
||||
MessageServices.Current.Publish(SEND_THERMO_RECIPE_CHANGED, null, message);
|
||||
}
|
||||
else
|
||||
RestoreConnection();
|
||||
|
||||
Reference in New Issue
Block a user