EgtMachKernel :

- correzione nella gestione e utilizzo dell'attrezzaggio.
This commit is contained in:
Dario Sassi
2017-01-19 12:32:26 +00:00
parent 03dd454ef9
commit 868559c293
3 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ Generator::UpdateTool( const string& sTool)
return false ;
// lo carico in macchina (se esiste attrezzaggio prendo i dati da questo)
string sTcPos ; string sHead ; int nExit ;
if ( ! m_stuMgr.GetToolData( m_sTool, sTcPos, sHead, nExit)) {
if ( ! m_stuMgr.GetToolData( sTool, sTcPos, sHead, nExit)) {
m_pMchMgr->TdbGetCurrToolParam( TPA_HEAD, sHead) ;
m_pMchMgr->TdbGetCurrToolParam( TPA_EXIT, nExit) ;
}