- il calcolo tempi è ora fatto direttamente nella lavorazione e contempla anche le feed start end

This commit is contained in:
luca.mazzoleni
2025-04-29 19:29:58 +02:00
parent c234978cab
commit 46bfae300f
5 changed files with 28 additions and 12 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ function FeatureLib.GetStrategyTimeToMachine( Machinings)
for i = 1, #Machinings do
local Machining = Machinings[i]
if Machining.bIsApplicable then
dTimeToMachine = dTimeToMachine + ( Machining.dLengthToMachineAllStepsWithLeadInOut / TOOLS[Machining.nToolIndex].Feeds.dFeed)
dTimeToMachine = dTimeToMachine + Machining.dTimeToMachine
end
end