EgtMachKernel 1.6n13 :

- corretto utilizzo curve in lavorazione con lama (tieni era implicita e salta ignorata).
This commit is contained in:
Dario Sassi
2016-03-07 11:27:37 +00:00
parent 26680e8484
commit 13dc2dab02
4 changed files with 28 additions and 21 deletions
+4 -1
View File
@@ -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