EgtExecutor :
- Aggiunte funzioni Lua per ottimizzazione ordine delle lavorazioni.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user