EgtMachKernel :

- modifiche e migliorie per gestione assi di disposizione dipendenti dalla tavola.
This commit is contained in:
Dario Sassi
2024-10-16 19:49:10 +02:00
parent ab63e1908c
commit 1497d7bb25
10 changed files with 80 additions and 34 deletions
+1
View File
@@ -601,6 +601,7 @@ MachMgr::AddDisposition( const string& sName)
m_pGeomDB->SetUserObj( nId, pDisp) ;
pDisp->Init( this) ;
pDisp->SetPhase( m_nCurrPhase) ;
ResetAllAxesPos( false, true) ;
return nId ;
}