From 6a31d143df09d8167ce24688305ae4e1f71da45c Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Tue, 14 Jan 2020 11:56:47 +0000 Subject: [PATCH] =?UTF-8?q?EgtMachKernel=20:=20-=20modifica=20a=20Sawing?= =?UTF-8?q?=20per=20evitare=20di=20riaggiustare=20la=20feed=20se=20gi?= =?UTF-8?q?=C3=A0=20fatto.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sawing.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Sawing.cpp b/Sawing.cpp index 2d367e8..479e206 100644 --- a/Sawing.cpp +++ b/Sawing.cpp @@ -733,8 +733,9 @@ Sawing::Update( bool bPostApply) return false ; } - // aggiustamento feed per movimenti 4 assi - AdjustFeeds() ; + // aggiustamento feed per movimenti 4 assi (se lavorazione ricalcolata) + if ( m_nStatus == MCH_ST_TO_VERIFY) + AdjustFeeds() ; // gestione movimenti all'inizio di ogni singolo percorso di lavorazione e alla fine della lavorazione if ( ! AdjustStartEndMovements()) {