- in BatchProcessNew piccola correzione al caso FLAG = 6

- in STR0012 RidgeLap si taglia la faccia aggiuntiva solo se non corrisponde al taglio di testa o coda
This commit is contained in:
luca.mazzoleni
2025-05-20 12:51:20 +02:00
parent e1b4089bfc
commit 861384b5bb
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -23,6 +23,8 @@ if ( BEAM.FLAG ~= 6) and ( BEAM.FLAG ~= 7) then
PostErrView( BEAM.ERR, BEAM.MSG)
return
end
end
if BeamExec.FLAG ~= 7 then
sTxtLogFile = EgtChangePathExtension( BEAM.FILE, '.txt')
end
local sMachDir = EgtGetCurrMachineDir()