- il calcolo tempi è ora fatto direttamente nella lavorazione e contempla anche le feed start end
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user