EgtMachKernel 1.8d1 :

- aggiunti a fresature attacchi e uscite ad inseguimento
- corretti problemi con verifica collisioni
- corretti problemi con caricamento utensili su testa con TC.
This commit is contained in:
Dario Sassi
2017-04-05 06:49:54 +00:00
parent 493ff4b9e4
commit b8e19d367c
7 changed files with 169 additions and 77 deletions
+1 -1
View File
@@ -695,7 +695,7 @@ Machine::EnableHeadInSet( const string& sHead)
int nH = GetGroup( vsHSet[i]) ;
bool bShow = ( vsHSet[i] == sHead) ;
m_pGeomDB->SetMode( nH, ( bShow ? GDB_MD_STD : GDB_MD_HIDDEN)) ;
//m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
m_pGeomDB->SetStatus( nH, ( bShow ? GDB_ST_ON : GDB_ST_OFF)) ;
}
return true ;
}