From 64b44167f0749c133b6ea03b763ad91e8683a87e Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 29 Oct 2019 08:44:05 +0000 Subject: [PATCH] EgtMachKernel : - in lavorazione Wj portati a 7 i punti per rallentamento e accelerazione. --- WaterJetting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WaterJetting.cpp b/WaterJetting.cpp index f53713c..fb69f5a 100644 --- a/WaterJetting.cpp +++ b/WaterJetting.cpp @@ -1856,7 +1856,7 @@ WaterJetting::AddStandardWj( const ICurveComposite* pCompo, const Vector3d& vtTo double dRbDist, double dElev, bool bSplitArcs) { // numero punti di accelerazione/decelerazione - const int ACC_PNT_NUM = 3 ; + const int ACC_PNT_NUM = 7 ; // recupero distanze di sicurezza double dSafeZ = m_pMchMgr->GetCurrMachiningsMgr()->GetSafeZ() ;