diff --git a/LuaLibs/ProcessDtTenon.lua b/LuaLibs/ProcessDtTenon.lua index c93b963..e5ca83e 100644 --- a/LuaLibs/ProcessDtTenon.lua +++ b/LuaLibs/ProcessDtTenon.lua @@ -64,14 +64,14 @@ local function VerifyOrientation( Proc, vtN, b3Raw) -- se tenone praticamente in asse, accetto fino a -22 deg if abs( vtN:getY()) < 0.088 then return ( vtN:getZ() >= -0.375) - -- altrimenti, accetto fino a -10 deg + -- altrimenti, accetto fino a -12.5 deg else - return ( vtN:getZ() >= -0.174) + return ( vtN:getZ() >= -0.216) end -- altrimenti else - -- accetto fino a -7deg - return ( vtN:getZ() >= -0.122) + -- accetto fino a -12.5 deg + return ( vtN:getZ() >= -0.216) end end