diff --git a/Milling.cpp b/Milling.cpp index 3490b37..4f7e9d7 100644 --- a/Milling.cpp +++ b/Milling.cpp @@ -3662,11 +3662,11 @@ Milling::AddSawBladeSideApproach( const Point3d& ptP, const Vector3d& vtAppr, do bool Milling::AddDirectApproach( const Point3d& ptP) { - SetFlag( 1) ; // affondo diretto al punto iniziale - if ( AddRapidMove( ptP) == GDB_ID_NULL) - return false ; SetFlag( 0) ; + SetFeed( GetStartFeed()) ; + if ( AddLinearMove( ptP) == GDB_ID_NULL) + return false ; return true ; }