From 8a2200e0de40a43204cc9d9e0b164ed5e5104d43 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 8 May 2025 14:51:19 +0200 Subject: [PATCH] =?UTF-8?q?Aumentato=20angolo=20limite=20per=20lavorazioni?= =?UTF-8?q?=20verso=20il=20basso,=20da=205=C2=B0=20a=207=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessDtTenon.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaLibs/ProcessDtTenon.lua b/LuaLibs/ProcessDtTenon.lua index e8f3686..e2e2a5c 100644 --- a/LuaLibs/ProcessDtTenon.lua +++ b/LuaLibs/ProcessDtTenon.lua @@ -70,8 +70,8 @@ local function VerifyOrientation( Proc, vtN, b3Raw) end -- altrimenti else - -- accetto fino a -5deg - return ( vtN:getZ() >= -0.088) + -- accetto fino a -7deg + return ( vtN:getZ() >= -0.122) end end