EgtMachKernel 3.1d3 :

- piccole razionalizzazioni.
This commit is contained in:
Dario Sassi
2026-04-09 09:47:25 +02:00
parent c3542be20a
commit 40f1e051a4
8 changed files with 52 additions and 3 deletions
+1 -1
View File
@@ -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 ;