From 0cecac7911c76df4b475ef87cfb67e0208775f36 Mon Sep 17 00:00:00 2001 From: "luca.bacis" Date: Fri, 21 Jan 2022 12:16:45 +0100 Subject: [PATCH] - minors --- LuaLibs/ProcessLapJoint.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index 2d497ff..c598a00 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -565,9 +565,9 @@ local function VerifyBHSideMill( Proc, bSinglePart, bPrevBhSideMill) -- se forma a U o L verifico che -- se U e lunghezza non richiede spezzatura - if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart) ) and Proc.Box:getDimX() <= BD.LONGCUT_MAXLEN then + if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart)) and Proc.Box:getDimX() <= BD.LONGCUT_MAXLEN then -- se faccia singola di un passo multiplo e risultato precedente non applicato, riporto il risultato del passo precedente - if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart) ) and bPrevBhSideMill ~= nil and not bPrevBhSideMill then + if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart)) and bPrevBhSideMill ~= nil and not bPrevBhSideMill then return false end -- recupero la lavorazione