EgtCAM5 1.8d3 :
- piccola miglioria a simulazione.
This commit is contained in:
+8
-8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user