EgtMachKernel :

- consentito utilizzo lame in lavorazioni 5assi (per la pietra).
This commit is contained in:
Dario Sassi
2024-10-25 17:18:02 +02:00
parent 8cc41bd495
commit 422d30e44d
+1 -1
View File
@@ -324,7 +324,7 @@ FiveAxisMillingData::VerifyTool( const ToolsMgr* pToolsMgr, const string& sVal,
pTdata = pToolsMgr->GetTool( sVal) ;
if ( pTdata == nullptr)
return false ;
if ( ( pTdata->m_nType & TF_MILL) == 0)
if ( ( pTdata->m_nType & TF_MILL) == 0 && ( pTdata->m_nType & TF_SAWBLADE) == 0)
return false ;
return true ;
}