EgtMachKernel 1.6o2 :
- modifiche per speed, feeds e offset anche in lavorazioni in libreria.
This commit is contained in:
+1
-1
@@ -254,7 +254,7 @@ ToolData::ToString( int nInd) const
|
||||
bool
|
||||
ToolData::VerifySpeed( double dVal) const
|
||||
{
|
||||
return ( dVal < m_dMaxSpeed + EPS_SMALL) ;
|
||||
return ( abs( dVal) < m_dMaxSpeed + EPS_SMALL) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user