fix:change width threshold from 0.03 to 0.05

Change-Id: I6950731f444d2980349a71aca12cd757e158771b
jira: none
(cherry picked from commit 24ee2f3f262d36b07f97ad5b576a48f0276710c2)
This commit is contained in:
BBL\chuan.he 2024-06-03 16:19:50 +08:00 committed by Lane.Wei
parent 0d901640f2
commit 4b7e8e6b07
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace BambuStudio {
//BBS: only check wodth when dE is longer than this value
const double CHECK_WIDTH_E_THRESHOLD = 0.0025;
const double WIDTH_THRESHOLD = 0.02;
const double WIDTH_THRESHOLD = 0.05;
const double RADIUS_THRESHOLD = 0.005;
const double filament_diameter = 1.75;