FIX: not add speed smooth area

Jira: none

Signed-off-by: qing.zhang <qing.zhang@bambulab.com>
Change-Id: Ifadbbc52a718b345d3ed0f3bd678abc269a46424
This commit is contained in:
qing.zhang 2024-10-16 11:51:34 +08:00 committed by Lane.Wei
parent 35b0ef0cd7
commit 8b60428ecd
1 changed files with 1 additions and 2 deletions

View File

@ -68,8 +68,7 @@ void ExtrusionPath::polygons_covered_by_spacing(Polygons &out, const float scale
bool ExtrusionPath::can_merge(const ExtrusionPath& other) bool ExtrusionPath::can_merge(const ExtrusionPath& other)
{ {
return overhang_degree == other.overhang_degree && return curve_degree==other.curve_degree &&
curve_degree==other.curve_degree &&
mm3_per_mm == other.mm3_per_mm && mm3_per_mm == other.mm3_per_mm &&
width == other.width && width == other.width &&
height == other.height && height == other.height &&