From 1b984e6f2bf8dab673131af661f50674bea7fa30 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sat, 21 Sep 2019 10:00:22 +0000 Subject: [PATCH] EgtMachKernel : - corretto errore restituzione tipo lavorazione WaterJetting. --- WaterJettingData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WaterJettingData.cpp b/WaterJettingData.cpp index c7145ba..6fccf60 100644 --- a/WaterJettingData.cpp +++ b/WaterJettingData.cpp @@ -652,7 +652,7 @@ WaterJettingData::GetParam( int nType, int& nVal) const { switch ( nType) { case MPA_TYPE : - nVal = MT_MILLING ; + nVal = MT_WATERJETTING ; return true ; case MPA_WORKSIDE : nVal = m_nWorkSide ;