From 2b322f5ea8480fe70894cc69b1a80427684b256a Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 22 Dec 2018 12:21:26 +0000 Subject: [PATCH] EgtMachKernel 1.9l4 : - modificati parametri di spezzatura per Vmill in simulazione. --- EgtMachKernel.rc | Bin 11782 -> 11782 bytes Simulator.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index 749b819073da09ce9c164ef921355a8ed347eecb..b1df79179c2232d2e1d78341a3402d346f52bce3 100644 GIT binary patch delta 97 zcmZpRX^YwLhmFx>^ItYwW=50Aj>5W|vxM9jH?QON0rG*u7nvrX5iEd9O=7{OSQ@Kh Hr8(RHQ1Kv2 delta 97 zcmZpRX^YwLhmFyA^ItYwW=7-5j>5W|vxM9jH?QON0rG*u7nvrX5iEd9O=7{OSQ@Kh Hr8(RHPhB8F diff --git a/Simulator.cpp b/Simulator.cpp index 59a532c..fe8fb3d 100644 --- a/Simulator.cpp +++ b/Simulator.cpp @@ -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) {