Fixed incorrectly computed starting position in Concentric infill when Arachne is used.
This commit is contained in:
parent
e9f0f4bd0d
commit
2115b40728
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue