OmagCUT :

- correzione creazione lame per Hoffman (inizializzazione dati speciali).
This commit is contained in:
Dario Sassi
2019-08-01 13:47:14 +00:00
parent bfd3f21e25
commit b4922b6704
+1 -1
View File
@@ -373,7 +373,7 @@ Public Class ToolsDbPageUC
Private Sub ManageSpecialNotes()
' Note utente devono essere visualizzate con l'utensile corrente
If m_CurrMachine.ShowUserNotes = 0 Then Return
If m_CurrMachine.ShowUserNotes = 0 And m_CurrMachine.ShowSpecials = 0 Then Return
Dim nType As Integer
EgtTdbGetCurrToolParam(MCH_TP.TYPE, nType)
If nType <> MCH_TY.SAW_STD And m_CurrMachine.ShowUserNotes = 2 Then Return