From 1bf027b3e492a131ebb42ecdd74ca1ac8dfcab49 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 21 Oct 2019 14:06:11 +0000 Subject: [PATCH] EgtMachKernel : - aggiunti flag 201 e 202 per inizio WaterJetting con o senza foro. --- WaterJetting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WaterJetting.cpp b/WaterJetting.cpp index 05faac9..e855572 100644 --- a/WaterJetting.cpp +++ b/WaterJetting.cpp @@ -2084,7 +2084,7 @@ WaterJetting::AddApproach( const Point3d& ptP, const Vector3d& vtTool, double dS if ( AddRapidStart( ptP1) == GDB_ID_NULL) return false ; // affondo al punto iniziale - SetFlag( 0) ; + SetFlag( ( m_Params.m_bLiHole ? 201 : 202)) ; if ( AddRapidMove( ptP) == GDB_ID_NULL) return false ; return true ;