diff --git a/LuaLibs/ProcessDtTenon.lua b/LuaLibs/ProcessDtTenon.lua index e2e2a5c..ce528d3 100644 --- a/LuaLibs/ProcessDtTenon.lua +++ b/LuaLibs/ProcessDtTenon.lua @@ -46,9 +46,9 @@ local function VerifyOrientation( Proc, vtN, b3Raw) -- se macchina Fast, pezzo stretto e inclinazione laterale non eccessiva, accetto fino a -27deg elseif ( not BD.C_SIMM) and abs( vtN:getY()) < 0.5 and b3Raw:getDimY() < 150.1 then return ( vtN:getZ() >= -0.454) - -- altrimenti accetto fino a -21deg + -- altrimenti accetto fino a -23.5deg else - return ( vtN:getZ() >= -0.359) + return ( vtN:getZ() >= -0.399) end -- se trave medio-bassa elseif b3Raw:getDimZ() < 281 then