From d0cf5887d3304226c4ea64523e9d26779a155206 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 17 Jul 2024 12:28:21 +0200 Subject: [PATCH] =?UTF-8?q?-in=20LongCut=20invertito=20senso=20di=20rotazi?= =?UTF-8?q?one=20truciolatore=20(ora=20=C3=A8=20in=20discordanza)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessLongCut.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLongCut.lua b/LuaLibs/ProcessLongCut.lua index 13875c6..a7ee835 100644 --- a/LuaLibs/ProcessLongCut.lua +++ b/LuaLibs/ProcessLongCut.lua @@ -1391,7 +1391,7 @@ function ProcessLongCut.Make( Proc, nPhase, nRawId, nPartId, bCustUseBlade, nCus -- aggiungo geometria EgtSetMachiningGeometry( {{ Proc.Id, 0}}) -- inverto se utensile antiorario per garantire senso di percorrenza migliore - local bInvert = EgtMdbGetCurrMachiningParam( MCH_MP.SPEED) < 0 + local bInvert = EgtMdbGetCurrMachiningParam( MCH_MP.SPEED) > 0 -- setto workside e eventuale inversione if bInvert then EgtSetMachiningParam( MCH_MP.WORKSIDE, MCH_MILL_WS.RIGHT)