mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user