mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Bugfix: crash in some circumstances when avoid_crossing_perimeters is enabled. #2266
This commit is contained in:
parent
39b41fda12
commit
6b8f03ff1c
3 changed files with 16 additions and 1 deletions
|
@ -22,6 +22,7 @@ class MotionPlanner
|
|||
MotionPlanner(const ExPolygons &islands);
|
||||
~MotionPlanner();
|
||||
void shortest_path(const Point &from, const Point &to, Polyline* polyline);
|
||||
size_t islands_count() const;
|
||||
|
||||
private:
|
||||
ExPolygons islands;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue