EgtCAM5 :

- Aggiunto Chisel in SetUp.
This commit is contained in:
Emmanuele Sassi
2017-02-07 21:03:29 +00:00
parent 36d781ea3c
commit fe91bda565
+3
View File
@@ -205,6 +205,9 @@ Namespace EgtCAM5
If EgtUILib.GetPrivateProfileInt(S_TOOLS, K_COMPO, 0, m_sCurrMachIniFilePath) <> 0 Then
ActiveToolsFamiliesList.Add(New ToolsFamily With {.FamilyId = MCH_TF.COMPO, .FamilyName = EgtMsg(MSG_TOOLSDBPAGE + 5)})
End If
If EgtUILib.GetPrivateProfileInt(S_TOOLS, K_CHISEL, 0, m_sCurrMachIniFilePath) <> 0 Then
ActiveToolsFamiliesList.Add(New ToolsFamily With {.FamilyId = MCH_TF.CHISEL, .FamilyName = EgtMsg(MSG_TOOLSDBPAGE + 9)})
End If
Return ActiveToolsFamiliesList.ToArray
End Function