EgtMachKernel :

- corretto errore restituzione tipo lavorazione WaterJetting.
This commit is contained in:
Dario Sassi
2019-09-21 10:00:22 +00:00
parent 2484fededb
commit 1b984e6f2b
+1 -1
View File
@@ -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 ;