EgtExecutor :

- Aggiunte funzioni Lua per ottimizzazione ordine delle lavorazioni.
This commit is contained in:
Riccardo Elitropi
2025-04-23 10:10:38 +02:00
parent cfedb7de7d
commit 2c1d4ee259
7 changed files with 422 additions and 2 deletions
+4
View File
@@ -178,6 +178,10 @@ LuaInstallEgtFunctions( LuaMgr& LuaMgr)
LOG_ERROR( GetLogger(), "Error in LuaInstallShortestPath (LuaInstallEgtFunctions)")
return false ;
}
if ( ! LuaInstallMachiningOptimization( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallMachiningOptimization (LuaInstallEgtFunctions)")
return false ;
}
if ( ! LuaInstallCAvTool( LuaMgr)) {
LOG_ERROR( GetLogger(), "Error in LuaInstallCAvTool (LuaInstallEgtFunctions)")
return false ;