From 00078c65c17be59f48de5903e95417a3f8f6f456 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Mon, 31 Jul 2023 18:26:40 +0200 Subject: [PATCH] corretto errore nelle mortase in doppio --- LuaLibs/BeamExec.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index 774421c..aa7a208 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -45,6 +45,7 @@ -- 2023/02/17 Nelle tasche in doppio, la distanza minima ammessa tra le feature รจ stata portata a 50. -- 2023/02/20 Ora le mortase a coda di rondine laterali sono sempre fatte prima dei tagli longitudinali. -- 2023/03/31 Corretto ordinamento per fori di coda da lasciare in coda. +-- 2023/07/31 Corretto errore nelle mortase in doppio. -- Tabella per definizione modulo local BeamExec = {} @@ -1505,11 +1506,11 @@ local function VerifyMortiseMirrored( Proc, vProc, b3Raw) local sPockType = 'Mortise' local sPocketing if Proc.Prc ~= 53 then - sPocketing = Mortise.VerifyMortiseOrPocket( Proc, dW, dMorH, nil, sPockType, false) + sPocketing = Mortise.VerifyMortiseOrPocket( Proc, dW, dMorH, nil, sPockType, false, true) end if not sPocketing then sPockType = 'Pocket' - sPocketing = Mortise.VerifyMortiseOrPocket( Proc, dW, dMorH, nil, sPockType, false) + sPocketing = Mortise.VerifyMortiseOrPocket( Proc, dW, dMorH, nil, sPockType, false, true) end if not sPocketing or not EgtMdbSetCurrMachining( sPocketing) then return