- in ProcessDrill correzione in LastStep

This commit is contained in:
luca.mazzoleni
2026-02-16 13:27:35 +01:00
parent 394fb2194f
commit 51a8ad95b2
+1 -1
View File
@@ -711,7 +711,7 @@ function ProcessDrill.Make( Proc, nPhase, nRawId, nPartId)
ProcLastStep.Id = idProcLastStep
ProcLastStep.Flg = 1
ProcLastStep.Double = 0
ProcLastStep.dCustomMaxElev = dDepth
ProcLastStep.dCustomMaxElev = dLastStepDepth - dDepth
local bOkLastStep, sWarnLastStep = ProcessDrill.Make( ProcLastStep, nPhase, nRawId, nPartId)
if not bOkLastStep then
sWarnLastStep = 'Drillpocket double : incomplete, last step missing'