EgtMachKernel :
- segnalazione extracorsa ora gestisce l'unità di misura (mm/inch).
This commit is contained in:
+3
-3
@@ -630,15 +630,15 @@ MachMgr::VerifyOutstroke( double dX, double dY, double dZ, const DBLVECTOR& vAng
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
const std::string&
|
||||
MachMgr::GetOutstrokeInfo( void) const
|
||||
std::string
|
||||
MachMgr::GetOutstrokeInfo( bool bMM) const
|
||||
{
|
||||
Machine* pMch = GetCurrMachine() ;
|
||||
if ( pMch == nullptr) {
|
||||
static string sNull = "" ;
|
||||
return sNull ;
|
||||
}
|
||||
return pMch->GetOutstrokeInfo() ;
|
||||
return pMch->GetOutstrokeInfo( bMM) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user