EgtInterface 1.8b2 :

- aggiunta in interfaccia EgtResetCurrMachining.
This commit is contained in:
Dario Sassi
2017-02-07 12:14:30 +00:00
parent b3d1614b14
commit 5fa457c02f
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -1178,6 +1178,13 @@ __stdcall EgtSetCurrMachining( int nId)
return ( ExeSetCurrMachining( nId) ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
BOOL
__stdcall EgtResetCurrMachining( void)
{
return ( ExeResetCurrMachining() ? TRUE : FALSE) ;
}
//-----------------------------------------------------------------------------
int
__stdcall EgtGetCurrMachining( void)