EgtMachKernel :

- aggiunti flag 201 e 202 per inizio WaterJetting con o senza foro.
This commit is contained in:
Dario Sassi
2019-10-21 14:06:11 +00:00
parent bc8fc1f7fe
commit 1bf027b3e4
+1 -1
View File
@@ -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 ;