EgtMachKernel 1.6j4 :
- modifiche a DB utensili per gestione utensile corrente - prima versione generatore codice.
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ Machine::LoadTool( const string& sHead, int nExit, const string& sTool)
|
||||
return EnableHeadInSet( sHead) ;
|
||||
// verifico esistenza file utensile
|
||||
string sDraw ;
|
||||
if ( ! m_pMchMgr->TdbGetToolParam( sTool, TPA_DRAW, sDraw))
|
||||
if ( ! m_pMchMgr->TdbSetCurrTool( sTool) || ! m_pMchMgr->TdbGetCurrToolParam( TPA_DRAW, sDraw))
|
||||
return false ;
|
||||
string sToolFile = m_sMachineDir + "\\" + TOOLS_DIR + "\\" + sDraw ;
|
||||
if ( ! ExistsFile( sToolFile))
|
||||
|
||||
Reference in New Issue
Block a user