EgtMachKernel :

- correzione in WaterJetting per tastatura con segmenti corti attaccati agli angoli.
This commit is contained in:
Dario Sassi
2019-10-21 17:52:08 +00:00
parent 1bf027b3e4
commit b0e4c33fa6
+2 -2
View File
@@ -1942,7 +1942,7 @@ WaterJetting::AddStandardWj( const ICurveComposite* pCompo, const Vector3d& vtTo
// lunghezza entità
double dLen ; pCrvC->GetLength( dLen) ;
// lunghezza di accelerazione
double dAccLen = min( m_Params.m_dCornerSlowLen, dLen / 2) ;
double dAccLen = min( m_Params.m_dCornerSlowLen, dLen / 2 - 0.1) ;
// Feed minima
double dMinFeed = m_Params.m_nCornerSlowPerc / 100. * GetFeed() ;
// ciclo sui punti di accelerazione
@@ -1979,7 +1979,7 @@ WaterJetting::AddStandardWj( const ICurveComposite* pCompo, const Vector3d& vtTo
// lunghezza entità
double dLen ; pCrvC->GetLength( dLen) ;
// lunghezza di accelerazione
double dAccLen = min( m_Params.m_dCornerSlowLen, dLen / 2) ;
double dAccLen = min( m_Params.m_dCornerSlowLen, dLen / 2 - 0.1) ;
// Feed minima
double dMinFeed = m_Params.m_nCornerSlowPerc / 100. * GetFeed() ;
// ciclo sui punti di decelerazione