From 334680d3d6487f264eb4fce6a6cd29f4b7d1dfd3 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 23 Oct 2025 10:42:58 +0200 Subject: [PATCH] Revert modifica fatta su strategia STR0002 --- Strategies/Standard/STR0002/STR0002.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Strategies/Standard/STR0002/STR0002.lua b/Strategies/Standard/STR0002/STR0002.lua index e81deb4..d47f3a6 100644 --- a/Strategies/Standard/STR0002/STR0002.lua +++ b/Strategies/Standard/STR0002/STR0002.lua @@ -161,6 +161,7 @@ local function GetBestPocketingStrategy( Proc) or Proc.Topology.sName == 'Bevel-1-Through' then ToolSearchParameters.sType = 'MILL_NOTIP' + ToolSearchParameters.dMaxToolDiameter = 9999 else return nil end