FIX: wrong group result in some cases

1.Caused by too big tolerance

jira:STUDIO-10236

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I0ba182991bc70ca2d3a34a85b87fa7539c5e50d9
(cherry picked from commit d2ae5ea32c55c0023b27fac73a7479c2bd9a7e1c)
This commit is contained in:
xun.zhang
2025-09-16 21:21:39 +08:00
committed by Noisyfox
parent 75a98050a0
commit ae4842c262
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
const static int DEFAULT_CLUSTER_SIZE = 16;
const static int ABSOLUTE_FLUSH_GAP_TOLERANCE = 2000;
const static int ABSOLUTE_FLUSH_GAP_TOLERANCE = 5;
namespace Slic3r
{