From 3f769c49dacfa769fc503b116ab1cf2dbb3e1efc Mon Sep 17 00:00:00 2001 From: Nicola Pievani Date: Wed, 25 Sep 2024 12:25:34 +0200 Subject: [PATCH] Correzione visualizzazione pezzi in parcheggio dopo reset in VeinMatch3D --- Machine/CurrentMachine.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machine/CurrentMachine.vb b/Machine/CurrentMachine.vb index 2698837..074f9f9 100644 --- a/Machine/CurrentMachine.vb +++ b/Machine/CurrentMachine.vb @@ -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