EgtMachKernel :
- in simulazione aggiunto controllo corse su assi ausiliari.
This commit is contained in:
+5
-1
@@ -1500,7 +1500,11 @@ Simulator::OnMoveStart( const CamData* pCamData, int& nErr)
|
||||
m_AuxAxesInvert.push_back( bInvert) ;
|
||||
m_AuxAxesLinear.push_back( bLinear) ;
|
||||
m_AuxAxesVal.emplace_back( dVal) ;
|
||||
m_AuxAxesEnd.emplace_back( dEnd) ;
|
||||
m_AuxAxesEnd.emplace_back( dEnd) ;
|
||||
if ( ! m_pMachine->VerifyOutstroke( sName, dEnd)) {
|
||||
nErr = 1 ;
|
||||
bOk = false ;
|
||||
}
|
||||
}
|
||||
else
|
||||
bOk = false ;
|
||||
|
||||
Reference in New Issue
Block a user