Fix: miglioria per direzione asse C FAST con lama anche su LongDoubleCut -2.5b4

This commit is contained in:
luca.mazzoleni
2023-02-24 16:40:28 +01:00
parent 24bc868527
commit 09b7496b9d
+1 -1
View File
@@ -530,7 +530,7 @@ function ProcessLong2Cut.Make( Proc, nPhase, nRawId, nPartId, bForcedBladeMaster
-- Posizione braccio portatesta
local nSCC = MCH_SCC.NONE
if not BD.C_SIMM then
nSCC = EgtIf( ( i == 1 or i == nC - 1), MCH_SCC.ADIR_XP, MCH_SCC.ADIR_XM)
nSCC = EgtIf( ( i == 1 or i == nC - 1), MCH_SCC.ADIR_XM, MCH_SCC.ADIR_XP)
end
local nCountToShift = 0
local bChangeBlade