EgtCAM5 2.2a5 :
- modificato limite massima lavorazione lame.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user