EgtMachKernel 1.6j4 :

- modifiche a DB utensili per gestione utensile corrente
- prima versione generatore codice.
This commit is contained in:
Dario Sassi
2015-10-31 09:45:57 +00:00
parent a4525dd059
commit 2324a8b3f4
22 changed files with 835 additions and 184 deletions
+2
View File
@@ -251,6 +251,8 @@ ToolData::SetParam( int nType, int nVal)
m_nExit = nVal ;
return true ;
case TPA_TYPE :
if ( ! IsValidToolType( nVal))
return false ;
m_nType = nVal ;
return true ;
}