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
+1 -1
View File
@@ -160,7 +160,7 @@ LuaSpSetZzOwStep( lua_State* L)
LuaCheckParam( L, 1, dStep)
LuaClearStack( L) ;
// imposto lo step per tipologie ZigZag e OneWay
bool bOk = ExeSpSetZzOwStep( dStep) ;
bool bOk = ExeSpSetZzOwStep( dStep) ;
// restituisco il risultato
LuaSetParam( L, bOk) ;
return 1 ;