EgtMachKernel 2.6a2 :

- modificato controllo parametri in LuaEmtMoveAxes per evitare crash in R64
- piccole migliorie.
This commit is contained in:
Dario Sassi
2024-01-25 08:35:26 +01:00
parent d66cc47936
commit a21be79df8
4 changed files with 6 additions and 13 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ MachMgr::SimMoveAxes( int nMoveType, const SAMVECTOR& vAxNaEpSt)
{
// verifico simulatore
if ( m_pSimul == nullptr)
return false ;
return SIM_AXMV_RES_ERR ;
// lancio movimento assi
return m_pSimul->MoveAxes( nMoveType, vAxNaEpSt) ;
}