From 46cda4d472b48712dc55d9e3b7c78f51f1fede41 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 28 May 2025 15:02:59 +0200 Subject: [PATCH] Modificato angolo limite tenone per lavorazione sottosquadra --- LuaLibs/ProcessDtTenon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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