mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Fixed crash in Adaptive Cubic infill if just a single line was extracted.
New function to chain lines, however not used by the Adaptive Cubic infill.
This commit is contained in:
parent
73d8bab4f8
commit
6cdb19971f
3 changed files with 66 additions and 63 deletions
|
@ -33,6 +33,8 @@ class Print;
|
|||
struct PrintInstance;
|
||||
std::vector<const PrintInstance*> chain_print_object_instances(const Print &print);
|
||||
|
||||
// Chain lines into polylines.
|
||||
Polylines chain_lines(const std::vector<Line> &lines, const double point_distance_epsilon);
|
||||
|
||||
} // namespace Slic3r
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue