EgtMachKernel :

- modifiche per gestione aggregato da sotto in foratura e fresatura
- modifiche per nuovi tipi di uscite lame allungate.
This commit is contained in:
Dario Sassi
2017-01-26 09:36:38 +00:00
parent 5849ad4f41
commit 5ffbaab0e4
10 changed files with 279 additions and 61 deletions
+2 -1
View File
@@ -447,7 +447,8 @@ SawingData::VerifyExtLinkType( int nVal) const
bool
SawingData::VerifyLeadOutType( int nVal) const
{
return ( nVal == SAW_LO_STRICT || nVal == SAW_LO_CENT || nVal == SAW_LO_EXT) ;
return ( nVal == SAW_LO_STRICT || nVal == SAW_LO_CENT || nVal == SAW_LO_OUT ||
nVal == SAW_LO_EXT_CENT || nVal == SAW_LO_EXT_OUT) ;
}
//----------------------------------------------------------------------------