- in FACEBYBLADE modifiche ai criteri di spostamento dopo separazione

This commit is contained in:
luca.mazzoleni
2026-07-10 16:07:29 +02:00
parent b9037b28f7
commit 0b9ebbb15c
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ function MachiningLib.GetSplitMachinings( Machinings, SplittingPoints, Part)
Machinings[nCurrentMachiningIndex].dLengthToMachine = Machinings[nCurrentMachiningIndex].dEdgeLength + Machinings[nCurrentMachiningIndex].LeadIn.dStartAddLength + Machinings[nCurrentMachiningIndex].LeadOut.dEndAddLength
Machinings[nCurrentMachiningIndex].dTimeToMachine = MachiningLib.GetTimeToMachineAllStepsWithLeadInOut( Machinings[nCurrentMachiningIndex], Part)
Machinings[nCurrentMachiningIndex].bIsFirstSegment = ( j == 1)
Machinings[nCurrentMachiningIndex].bIsLastSegment = ( j == nParts)
Machinings[nCurrentMachiningIndex].bIsLastSegment = bIsLastSegment
Machinings[nCurrentMachiningIndex].bIsMachiningSplitted = true
end
-- anche le lavorazioni non splittate necessitano del segmento assegnato