EgtMachKernel 1.9l4 :

- modificati parametri di spezzatura per Vmill in simulazione.
This commit is contained in:
Dario Sassi
2018-12-22 12:21:26 +00:00
parent 00e0c2286c
commit 2b322f5ea8
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -943,8 +943,8 @@ Simulator::ManageSingleMove( int& nStatus, double& dMove)
vtRot.Rotate( vtN, dPrevCoeff * dAngCen) ;
// approssimo movimento con 1 o più step a seconda ci sia Vmill
int nStep = 1 ;
const double ANG_STEP = 15.0 ;
const double LEN_STEP = 1.0 ;
const double ANG_STEP = 10.0 ;
const double LEN_STEP = 10.0 ;
if ( m_nVmId != GDB_ID_NULL)
nStep = int( max( max( abs( dDiffAng) / ANG_STEP, abs( dDiffAng * DEGTORAD * dRad) / LEN_STEP), 1.0)) ;
for ( int i = 1 ; i <= nStep ; ++ i) {