diff --git a/NestProcess.lua b/NestProcess.lua index 672b5da..1c72937 100644 --- a/NestProcess.lua +++ b/NestProcess.lua @@ -1,4 +1,4 @@ --- NestProcess.lua by Egaltech s.r.l. 2022/05/09 +-- NestProcess.lua by Egaltech s.r.l. 2022/06/23 -- Gestione nesting automatico pareti -- Intestazioni @@ -2136,6 +2136,7 @@ if bNestingOk then _G.WALL = {} WALL.FILE = NEST.FILE WALL.MACHINE = NEST.MACHINE + WALL.BASEDIR = NEST.BASEDIR WALL.FLAG = 6 -- CREATE_PANEL WALL.NESTING_REF = 'BL' nMachGroup = EgtGetFirstMachGroup() @@ -2145,7 +2146,7 @@ if bNestingOk then MachGroupIndex = MachGroupIndex + 1 EgtRemoveInfo( nMachGroup, "AUTONEST") EgtSetInfo( nMachGroup, "UPDATEUI", 1) - dofile( EgtGetSourceDir() .. "BatchProcessNew.lua") + dofile( NEST.BASEDIR .. "\\BatchProcessNew.lua") -- aggiorno interfaccia EgtProcessEvents( 200 + ( MachGroupIndex / MachGroupToTCnt * 100), 0) end