From 51a8ad95b23f7bd64e44f40a67834b9d5231e5af Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Mon, 16 Feb 2026 13:27:35 +0100 Subject: [PATCH] - in ProcessDrill correzione in LastStep --- LuaLibs/ProcessDrill.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessDrill.lua b/LuaLibs/ProcessDrill.lua index 1422d55..adaf08c 100644 --- a/LuaLibs/ProcessDrill.lua +++ b/LuaLibs/ProcessDrill.lua @@ -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'