EgtMachKernel 1.8c7 :

- modifiche per gestione unificata dell'attrezzaggio
- caricamento degli utensili di tutte le uscite di una testa al caricamento di un utensile qualunque della stessa.
This commit is contained in:
Dario Sassi
2017-04-01 08:53:52 +00:00
parent c8c07b7d7e
commit d10c193039
13 changed files with 127 additions and 41 deletions
+2
View File
@@ -334,6 +334,8 @@ MachMgr::PrepareCurrMachGroup( int nId)
m_nCurrMGrpId = nId ;
m_cCurrMGrp = mgData ;
m_nCurrMch = GetMachine( m_cCurrMGrp.MGeoName) ;
m_stuMgr.Init( this) ;
m_stuMgr.Load() ;
m_nPhasesCount = CalcPhaseCount() ;
m_nCurrPhase = 0 ;
m_nCurrDispId = GDB_ID_NULL ;