EgtMachKernel :

- in SpecialLink corretta la gestione dell'utensile in doppio.
This commit is contained in:
Riccardo Elitropi
2026-06-17 16:29:50 +02:00
parent cbb15bf69c
commit 3d848fbf4e
+1 -1
View File
@@ -5987,7 +5987,7 @@ Operation::SpecialLink( const DBLVECTOR& vAxStart, const DBLVECTOR& vAxEnd, int
string sHeadName = GetHeadName() ;
int nExitNbr = GetExitNbr() ;
string sTcPos = GetToolTcPos() ;
if ( ( pPrevOpe != nullptr && ! bPrevMain) || ( pNextOpe != nullptr && ! bNextMain)) {
if ( ( pPrevOpe != nullptr && pNextOpe == nullptr && ! bPrevMain) || ( pNextOpe != nullptr && ! bNextMain)) {
if ( ! GetDoubleToolData( sToolName, sTcPos, sHeadName, nExitNbr))
return false ;
}