in BatchProcess e BatchProcessNew bToRecalc forzato se flag 3 o 4

This commit is contained in:
luca.mazzoleni
2024-07-19 18:13:07 +02:00
parent 3f8540b3df
commit 1c86ed925a
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ else
-- Passo in modalità lavora
EgtSetCurrMachGroup( EgtGetLastMachGroup())
-- Se necessario eseguo aggiornamento con ricalcolo delle lavorazioni
if bToRecalc then
if bToRecalc or WALL.FLAG == 3 or WALL.FLAG == 4 then
EgtOutLog( ' +++ Recalculating all dispositions and machinings >>>')
EgtImportSetup()
EgtApplyAllMachinings()