mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 07:03:13 +08:00
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:
parent
35b0ef0cd7
commit
8b60428ecd
@ -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 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user