EgtMachKernel :

- fori senza estrusione prendono la normale del cerchio
- in fresatura nella verifica di attacco sopra il pezzo ora si tiene conto dell'affondamento
- in simulazione cambiati parametri spezzatura archi per Vmill.
This commit is contained in:
Dario Sassi
2019-01-15 08:39:19 +00:00
parent 73c7cc88e0
commit b6127178ba
3 changed files with 10 additions and 9 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 = 10.0 ;
const double LEN_STEP = 10.0 ;
const double ANG_STEP = 15.0 ;
const double LEN_STEP = 1.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) {