EgtMachKernel 1.6o2 :

- modifiche per speed, feeds e offset anche in lavorazioni in libreria.
This commit is contained in:
Dario Sassi
2016-03-18 07:48:47 +00:00
parent 7bd0f4a9de
commit afb5a8ca1a
20 changed files with 714 additions and 112 deletions
+1 -1
View File
@@ -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) ;
}
//----------------------------------------------------------------------------