From 2db7bcaefadb99157550f38eef2d1c0cece3d552 Mon Sep 17 00:00:00 2001 From: DarioS Date: Mon, 13 Jun 2022 07:57:35 +0200 Subject: [PATCH] =?UTF-8?q?EgtMachKernel=20:=20-=20in=20fresatura=20OneWay?= =?UTF-8?q?=20pi=C3=B9=20passate=20l'affondamento=20alla=20successiva=20?= =?UTF-8?q?=C3=A8=20ora=20con=20feed=20di=20attacco.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Milling.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ; }