EgtMachKernel 1.6n13 :
- corretto utilizzo curve in lavorazione con lama (tieni era implicita e salta ignorata).
This commit is contained in:
+4
-1
@@ -47,8 +47,11 @@ Machine::LoadTool( const string& sHead, int nExit, const string& sTool)
|
||||
if ( ! m_pMchMgr->TdbSetCurrTool( sTool) || ! m_pMchMgr->TdbGetCurrToolParam( TPA_DRAW, sDraw))
|
||||
return false ;
|
||||
string sToolFile = m_sMachineDir + "\\" + TOOLS_DIR + "\\" + sDraw ;
|
||||
if ( ! ExistsFile( sToolFile))
|
||||
if ( ! ExistsFile( sToolFile)) {
|
||||
string sOut = "Missing tool (" + sTool + ") draw : " + sToolFile ;
|
||||
LOG_ERROR( GetEMkLogger(), sOut.c_str()) ;
|
||||
return false ;
|
||||
}
|
||||
// pulisco il gruppo dell'uscita
|
||||
m_pGeomDB->EmptyGroup( nExGrp) ;
|
||||
// inserisco l'utensile nel gruppo
|
||||
|
||||
Reference in New Issue
Block a user