OmagCUT 1.6w5 :

- aggiunta gestione spessore sovratavola nella tastatura del grezzo.
This commit is contained in:
Dario Sassi
2016-12-07 17:50:07 +00:00
parent 6f0b489967
commit 427c3537d2
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -60,5 +60,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.6.23.4")>
<Assembly: AssemblyFileVersion("1.6.23.4")>
<Assembly: AssemblyVersion("1.6.23.5")>
<Assembly: AssemblyFileVersion("1.6.23.5")>
+3 -1
View File
@@ -1151,7 +1151,7 @@ Public Class RawPartPageUC
' Imposto parametri
EgtLuaSetGlobNumVar("CMD.MIDRAWX", m_RawOffsX + m_RawLength / 2)
EgtLuaSetGlobNumVar("CMD.MIDRAWY", m_RawOffsY + m_RawWidth / 2)
EgtLuaSetGlobNumVar("CMD.THICK", m_RawHeight)
EgtLuaSetGlobNumVar("CMD.THICK", m_RawHeight + m_CurrentMachine.dAdditionalTable)
EgtLuaSetGlobNumVar("CMD.TABLEX", TableRef.x)
EgtLuaSetGlobNumVar("CMD.TABLEY", TableRef.y)
EgtLuaSetGlobNumVar("CMD.TABLEZ", TableRef.z)
@@ -1255,6 +1255,8 @@ Public Class RawPartPageUC
Else
RawThickness *= ONEMM / 1000
End If
' Sottraggo eventuale spessore sovratavola
RawThickness -= m_CurrentMachine.dAdditionalTable
' Imposto spessore misurato come altezza grezzo
If RawThickness > -EPS_ZERO Then
m_CurrProjPage.ClearMessage()