From 5f233497ac29bbc43365b9630764e48094703e2d Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 25 Aug 2016 16:01:03 +0000 Subject: [PATCH] EgtMachKernel 1.6t3 : - piccola correzione su taglio con lama per distanza da bordo grezzo. --- EgtMachKernel.rc | Bin 11782 -> 11782 bytes Sawing.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/EgtMachKernel.rc b/EgtMachKernel.rc index 75878b0bc1177de2630c061e0b66b5b1eb153e4d..1724fc8de3b4bc981641604c2e7dbaff173d3763 100644 GIT binary patch delta 97 zcmZpRX^YwLhmFyA^ItYwW=7-5j>5W|vxM9jH?QON0rG*u7nvrX5iEd9O=7{OSQ@Kh Hr8(RHPhB8F delta 97 zcmZpRX^YwLhmFx_^ItYwW=5mQj>5W|vxM9jH?QON0rG*u7nvrX5iEd9O=7{OSQ@Kh Hr8(RHP01iS diff --git a/Sawing.cpp b/Sawing.cpp index 3af872e..8c23059 100644 --- a/Sawing.cpp +++ b/Sawing.cpp @@ -2925,7 +2925,7 @@ Sawing::AdjustLineForEdges( ICurveLine* pLine, double dElev, const Vector3d& vtT pLine->GetStartDir( vtDir) ; // determino la distanza dal bordo del grezzo double dDist = 0, dDist2 = 0 ; - if ( ! GetDistanceFromRawSide( m_nPhase, ptP, - vtDir, dDist) && + if ( ! GetDistanceFromRawSide( m_nPhase, ptP, - vtDir, dDist) || ! GetDistanceFromRawSide( m_nPhase, ptP + vtThick, - vtDir, dDist2)) return false ; dDeltaI = max( dDist, dDist2) ;