EgtCAM5 1.8b2 :

- modifiche per disegno automatico dello scalpello (chisel).
This commit is contained in:
Dario Sassi
2017-02-06 10:59:34 +00:00
parent 84e3d7bd84
commit fa08586baf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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