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 ;