EgtMachKernel 1.6p1 :

- sistemazione lavorazioni di finitura cornici lineari con lama
- aggiunto aggiornamento dati utensile all'inizio calcolo lavorazione.
This commit is contained in:
Dario Sassi
2016-04-13 06:35:18 +00:00
parent 2c8c8457a2
commit 8a9fdc4d84
19 changed files with 1237 additions and 326 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ MachMgr::LoadMachine( const string& sMachineName)
// creo e carico il DB lavorazioni
PtrOwner<MachiningsMgr> pMsMgr( new( nothrow) MachiningsMgr) ;
string sMachsFile = m_sMachinesDir + "\\" + sMachineName + "\\" + MACHININGS_DIR + "\\" + MACHININGS_FILE ;
if ( IsNull( pMsMgr) || ! pMsMgr->Load( sMachsFile, Get( pTsMgr)))
if ( IsNull( pMsMgr) || ! pMsMgr->Load( sMachsFile, pTsMgr))
return false ;
// salvo nel vettore
m_vMachines.emplace_back( Release( pMch), Release( pTsMgr), Release( pMsMgr)) ;