From a9ec6744e3cb0a5f470cee3a4cbbedac41706f9e Mon Sep 17 00:00:00 2001 From: "daniele.nicoli" Date: Thu, 9 Apr 2026 11:30:23 +0200 Subject: [PATCH] In DtMortise - Aggiunto parametro Q01=1 per non eseguire l'antischeggia --- LuaLibs/ProcessDtMortise.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LuaLibs/ProcessDtMortise.lua b/LuaLibs/ProcessDtMortise.lua index a38a4d9..36e71fb 100644 --- a/LuaLibs/ProcessDtMortise.lua +++ b/LuaLibs/ProcessDtMortise.lua @@ -231,7 +231,8 @@ function ProcessDtMortise.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH) local dAltMort = b3DtMrt:getDimZ() -- verifico se di tipo pocket local bPocket = ( EgtGetInfo( Proc.Id, 'P05', 'i') == 1) - if bPocket then bMakeAntiSplitPath = false end + local dForcePrecutBypass = EgtGetInfo( Proc.Id, 'Q01', 'i') + if bPocket or dForcePrecutBypass == 1 then bMakeAntiSplitPath = false end -- verifico se frontale local bFront = ( Proc.Prc == 56) -- se mortasa di fronte, eseguo il taglio della faccia