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 & ", "