EgtMachKernel :

- aggiunte funzioni per gestione preview utensile in lavorazione.
This commit is contained in:
Dario Sassi
2017-10-27 17:46:48 +00:00
parent 0796deb027
commit e7d5801617
6 changed files with 191 additions and 37 deletions
-5
View File
@@ -554,11 +554,6 @@ Milling::Apply( bool bRecalc, bool bPostApply)
if ( ! Update( bPostApply))
return false ;
//// imposto l'utensile per l'anteprima !!! provvisorio per test !!!
// if ( ! m_pMchMgr->SetCalcTool( GetToolName(), GetHeadName(), GetExitNbr()))
// return false ;
// ShowTool( 0, 0) ;
return true ;
}