From 1cfc522b048be8e8edc481a7748ff9bcee54cc26 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 17 Oct 2019 08:53:39 +0000 Subject: [PATCH] OmagCUT : - corretto controllo utensili attrezzati per lama di taglio singolo cornici. --- CamAuto.vb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CamAuto.vb b/CamAuto.vb index 2dec976..9275e2e 100644 --- a/CamAuto.vb +++ b/CamAuto.vb @@ -346,8 +346,10 @@ Friend Module CamAuto End If End If ElseIf nType = MCH_OY.MILLING Then + ' Verifico anche le lame perchè il taglio di lama singolo sulle cornici è una lavorazione di fresatura If String.Compare(sTool, m_MainWindow.m_CurrentMachine.sCurrMill) <> 0 And - Not FindToolOnChanger(sTool) Then + Not FindToolOnChanger(sTool) And + String.Compare(sTool, m_MainWindow.m_CurrentMachine.sCurrSaw) <> 0 Then bOk = False If sMissingTools.IndexOf(sTool) = -1 Then sMissingTools = sMissingTools & sTool & ", "