Correzione visualizzazione pezzi in parcheggio dopo reset in VeinMatch3D

This commit is contained in:
Nicola Pievani
2024-09-25 12:25:34 +02:00
parent da4ddb2a7f
commit 3f769c49da
+1 -1
View File
@@ -1663,7 +1663,7 @@ Public Class CurrentMachine
EgtTdbGetCurrToolParam(MCH_TP.DIAM, dToolDiam)
' Confronto con massimo ammesso
Dim bOk As Boolean = dToolDiam <= dMaxSawDiamForProbe
If Not bOk Then EgtOutLog("WARNING: Saw diameter to big for porbing")
If Not bOk Then EgtOutLog("WARNING: Saw diameter to big for probing")
Return bOk
End Function