mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-15 15:45:55 +08:00
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:
parent
0d901640f2
commit
4b7e8e6b07
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user