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:
@@ -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
|
||||
|
||||
@@ -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")>
|
||||
|
||||
Reference in New Issue
Block a user