From 9b12a74591241648c9b74aa1ea01bf5b581c3f70 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 10 Apr 2025 08:49:18 +0200 Subject: [PATCH] =?UTF-8?q?In=20LapJoint,=20per=20abilitare=20lama=20da=20?= =?UTF-8?q?sotto=20non=20si=20verifica=20se=20esiste=20testa=20sotto,=20ma?= =?UTF-8?q?=20se=20=C3=A8=20una=20FAST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessLapJoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index a4e2504..524f1b7 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -5288,7 +5288,7 @@ function SawPlusChain.Saw.CalculateMachiningParameters( Proc, FaceToMachine, Edg EgtOutLog( Cutting.Message) end end - if EdgeToMachine.ToolDirection:getZ() < BD.NZ_MINA and BD.DOWN_HEAD then + if EdgeToMachine.ToolDirection:getZ() < BD.NZ_MINA and BD.C_SIMM then Cutting.CanApply = false Cutting.Message = 'Feature '.. Proc.FeatureId .. ' : skipped sawblade from bottom' EgtOutLog( Cutting.Message)