- Piccola correzione STR0002

- In Process.lua spostato GetDataConfig dopo caricamento setup fatto nella ProcessBeams
This commit is contained in:
andrea.villa
2024-05-21 08:41:28 +02:00
parent c1c6e2a220
commit 32a16f97f3
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -322,10 +322,10 @@ end
-------------------------------------------------------------------------------------------------------------
if not MyProcessInputData() then return end
if not GetDataConfig() then return end
if not MyProcessBeams() then return end
if not GetDataConfig() then return end
-- Abilito Vmill
EgtSetInfo( EgtGetCurrMachGroup(), 'Vm', '1')