EgtMachKernel 1.6u1 :

- aggiunto richiamo di OnSimulDispositionStarting con nuova disposizione in simulazione.
This commit is contained in:
Dario Sassi
2016-09-12 06:43:33 +00:00
parent 50a3ab4ebf
commit 381d58494d
5 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -977,7 +977,7 @@ Milling::ProcessPath( int nPathId, int nPvId, int nClId)
// recupero il box del grezzo in globale
BBox3d b3Raw ;
if ( ! GetRawGlobBox( m_nPhase, nPathId, b3Raw) || b3Raw.IsEmpty()) {
LOG_INFO( GetEMkLogger(), "Error in SawFinishing : Empty RawBox") ;
LOG_INFO( GetEMkLogger(), "Error in Milling : Empty RawBox") ;
return false ;
}