EgtMachKernel :
- modifiche per gestione aggregato da sotto in foratura e fresatura - modifiche per nuovi tipi di uscite lame allungate.
This commit is contained in:
+2
-1
@@ -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) ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user