mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 00:45:55 +08:00
Fixed incorrectly computed starting position in Concentric infill when Arachne is used.
This commit is contained in:
parent
e9f0f4bd0d
commit
2115b40728
@ -106,6 +106,7 @@ void FillConcentric::_fill_surface_single(const FillParams ¶ms,
|
||||
thick_polyline.points.emplace_back(thick_polyline.points.front());
|
||||
}
|
||||
thick_polylines_out.emplace_back(std::move(thick_polyline));
|
||||
last_pos = thick_polylines_out.back().last_point();
|
||||
}
|
||||
|
||||
// clip the paths to prevent the extruder from getting exactly on the first point of the loop
|
||||
|
Loading…
x
Reference in New Issue
Block a user