EgtMachKernel 2.2b2 :

- in fresature e mortasature se elevazione troppo alta riduco sempre affondamnto con warning e non errore.
This commit is contained in:
Dario Sassi
2020-02-14 11:34:57 +00:00
parent dfbaa76eac
commit cc930cd503
4 changed files with 62 additions and 76 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ MortisingData::VerifySolCh( int nVal) const
bool
MortisingData::VerifyFaceUse( int nVal) const
{
return ( nVal == MILL_FU_NONE ||
return ( nVal == MORTISE_FU_NONE ||
( nVal >= MORTISE_FU_PARAL_DOWN && nVal <= MORTISE_FU_PARAL_RIGHT)) ;
}