DataWall :

- correzioni a Nestprocess per BASEDIR.
This commit is contained in:
DarioS
2022-06-23 08:03:46 +02:00
parent d1e073ebb9
commit f80f3dcea3
+3 -2
View File
@@ -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