OmagCUT 2.2h2 :

- corretto controllo su tagli da sotto che portava a loop infinito su macchina senza dispositivo per tagli da sotto ma con pezzi relativa geometria.
This commit is contained in:
Dario Sassi
2020-08-10 10:30:17 +00:00
parent 761af2b4f9
commit 67c847e8ef
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ Module VacuumCups
' Cerco la direzione del primo taglio attivo da sotto
Dim nDripLayId As Integer = EgtGetFirstNameInGroup( nPartId, NAME_DRIPCUT)
Dim nDripLineId As Integer = EgtGetFirstInGroup( nDripLayId)
While nDripLayId <> GDB_ID.NULL
While nDripLineId <> GDB_ID.NULL
Dim nMchId As Integer = EgtGetOperationId( "DripSaw" & nDripLineId.ToString())
Dim nMode As Integer
If EgtGetMode( nMchId, nMode) AndAlso nMode = GDB_MD.STD Then Exit While
+2 -2
View File
@@ -62,5 +62,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.2.8.1")>
<Assembly: AssemblyFileVersion("2.2.8.1")>
<Assembly: AssemblyVersion("2.2.8.2")>
<Assembly: AssemblyFileVersion("2.2.8.2")>