- in BeamExec correzione

This commit is contained in:
luca.mazzoleni
2026-07-13 15:47:34 +02:00
parent b28cdf488d
commit dd56772f63
+1 -1
View File
@@ -1781,7 +1781,7 @@ local function GetCombinationListFromMatrix( ProcessingsOnPart, Part, bReProcess
end
bExecInLastRotation = ( not bIgnoreNotClampableLength) and FeatureLib.IsMachiningLong( dMaxNotClampableLength, Part)
-- se la feature impatta sulla lettura laser o compromette il pinzaggio è valida solo se fatta in ultima rotazione; negli altri casi è sempre valida
if nNextRot == nUnloadPos or not( CurrProc.bHindersLaserMeasure) or not( bExecInLastRotation) then
if nNextRot == nUnloadPos or not( CurrProc.bHindersLaserMeasure or bExecInLastRotation) then
-- controllo se è stata scelta una strategia
if CurrProc.ChosenStrategy then
local Proc = {}