EgtMachKernel :
- correzione nella gestione e utilizzo dell'attrezzaggio.
This commit is contained in:
+1
-1
@@ -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) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user