EgtMachKernel :
- corretto assegnamento codici di errore 1000 (No Nc generation), 1001 (No Advanced Machinings), 1002 (Error with Setup) e 1003 (Error opening Nc file).
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ SimulatorMP::VerifySetup( void)
|
||||
string sErr = "Error with setup :" ;
|
||||
for ( const auto& sTmp : vsErr)
|
||||
sErr += " " + sTmp ;
|
||||
m_pMchMgr->SetLastError( 1001, sErr) ;
|
||||
m_pMchMgr->SetLastError( 1002, sErr) ;
|
||||
return false ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user