From aba4ebecc45019fed4e6de8b0343e3a65a8e83fc Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 2 Jul 2025 09:51:25 +0200 Subject: [PATCH] - in LapJoint per sega a catena con attacco laterale step minimo da sotto portato a 260 per macchine tipo PF --- LuaLibs/ProcessLapJoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index a932c2e..2c3c8c1 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -3312,7 +3312,7 @@ local function MakeByChainOrSaw( Proc, nPhase, nRawId, nPartId, nFacInd, if BD.C_SIMM then dMachiningStep = 175 if vtRef:getZ() < - 10 * GEO.EPS_SMALL then - dMachiningStep = 250 + dMachiningStep = 260 end end local dActualStep = ( dMachiningDepth - dMachiningStep) / ( 2 + 1)