EgtCAM5 2.2a5 :

- modificato limite massima lavorazione lame.
This commit is contained in:
Dario Sassi
2020-01-25 08:58:56 +00:00
parent 3caeffafda
commit d8b589df7d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1785,7 +1785,7 @@ Public Class ToolTreeViewItem
If Not IsNothing(m_Diam) Then
Dim dDiam As Double = 0
StringToLen(m_Diam, dDiam)
If dMaxMat > (dDiam / 3) + EPS_SMALL Then
If dMaxMat > ( 0.35 * dDiam) + EPS_SMALL Then
m_MaxMatError = EgtMsg(MSG_TOOLSERRORS + 17)
End If
End If