EgtMachKernel :

- In Pocketing aumentata la distanza di ricerca per il punto di ingresso da fuori.
This commit is contained in:
Riccardo Elitropi
2025-05-22 13:07:18 +02:00
parent b20cd3b6d8
commit f813db1bc7
+1 -1
View File
@@ -1558,7 +1558,7 @@ Pocketing::ProcessPath( int nPathId, int nPvId, int nClId)
// sposto l'inizio a metà del tratto più lungo ( o aperto più lungo)
if ( bMidOpen) {
const double LEN_OUT = 5 ;
const double LEN_OUT = 5. + ( m_TParams.m_dDiam / 2.) ;
double dPar ; int nFlag ;
bMidOpen = ( DistPointCurve( ptMidOpen + LEN_OUT * vtMidOut, *pCompo).GetParamAtMinDistPoint( 0, dPar, nFlag) && pCompo->ChangeStartPoint( dPar)) ;
}