EgtCAM5 1.8b2 :
- modifiche per disegno automatico dello scalpello (chisel).
This commit is contained in:
@@ -1134,7 +1134,7 @@ Public Class ToolTreeViewItem
|
||||
StringToLen(m_Thick, dThick)
|
||||
StringToLen(m_MaxMat, dMaxMat)
|
||||
Select Case Type
|
||||
Case MCH_TY.DRILL_STD, MCH_TY.DRILL_LONG
|
||||
Case MCH_TY.DRILL_STD, MCH_TY.DRILL_LONG, MCH_TY.CHISEL_STD
|
||||
' imposto dati utensile
|
||||
EgtLuaSetGlobStringVar("TOOL.TOOLHOLDER", ToolHolder)
|
||||
EgtLuaSetGlobNumVar("TOOL.TOTLEN", dTotLen)
|
||||
@@ -1158,7 +1158,7 @@ Public Class ToolTreeViewItem
|
||||
EgtLuaSetGlobNumVar("TOOL.MAXMAT", dMaxMat)
|
||||
Case Else
|
||||
m_nDrawingError = 999
|
||||
Draw = String.Empty
|
||||
m_Draw = String.Empty
|
||||
Return False
|
||||
End Select
|
||||
' passo all'ambiente di disegno dell'utensile
|
||||
|
||||
Reference in New Issue
Block a user