- Nuova gestione AddOperation

- Prima versione ordinamento lavorazioni
- In WinLib funzioni base per ordinamento
This commit is contained in:
andrea.villa
2024-10-03 11:54:17 +02:00
parent 967519492c
commit aeeaac3326
6 changed files with 320 additions and 213 deletions
+5 -2
View File
@@ -7,7 +7,7 @@
-- Intestazioni
require( 'EgtBase')
_ENV = EgtProtectGlobal()
EgtEnableDebug( true)
EgtEnableDebug( false)
-- TODO da cancellare quando verrà passato automaticamente da programma
local WIN = {}
@@ -283,7 +283,10 @@ local function MyProcessPieces()
-- Impostazione dell'attrezzaggio di default
-- TODO se lascio il campo vuoto non mi carica il default!!!!!!!
local bOk = EgtImportSetup( 'Standard')
local bOk = EgtImportSetup()
if not bOk then
EgtImportSetup( 'Default')
end
return true
end