EgtMachKernel 3.1d3 :
- piccole razionalizzazioni.
This commit is contained in:
+1
-1
@@ -5297,7 +5297,7 @@ Operation::GetUserNotesZmax( void) const
|
||||
string sUserNotes ;
|
||||
if ( m_pMchMgr != nullptr && m_pMchMgr->GetMachiningParam( MPA_USERNOTES, sUserNotes)) {
|
||||
int nVal ;
|
||||
if ( FromString( ExtractInfo( sUserNotes, "StartZmax="), nVal))
|
||||
if ( GetValInNotes( sUserNotes, UN_STARTZMAX, nVal))
|
||||
return nVal ;
|
||||
}
|
||||
return 0 ;
|
||||
|
||||
Reference in New Issue
Block a user