EgtCAM5 1.8d3 :

- piccola miglioria a simulazione.
This commit is contained in:
Dario Sassi
2017-04-20 08:33:24 +00:00
parent 97b991dfe9
commit bea75d5fcf
2 changed files with 10 additions and 10 deletions
@@ -464,14 +464,14 @@ Namespace EgtCAM5
' Aggiorno visualizzazione
EgtDraw()
' Aggiorno dati CNC
'If nShowDataCounter = 10 Then
ShowCncData()
' nShowDataCounter = 0
'ElseIf nShowDataCounter > 10 Then
' nShowDataCounter = 0
'Else
' nShowDataCounter += 1
'End If
If nShowDataCounter = 5 Then
ShowCncData()
nShowDataCounter = 0
ElseIf nShowDataCounter > 5 Then
nShowDataCounter = 0
Else
nShowDataCounter += 1
End If
Else
' Per evitare di ciclare rapidissimamente e consumare inutilmente CPU
System.Threading.Thread.Sleep(1)