diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index c21c5c2..c187ad6 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -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 = {}