mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -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
|
@ -8,7 +8,8 @@
|
|||
%name{Slic3r::MotionPlanner} class MotionPlanner {
|
||||
MotionPlanner(ExPolygons islands);
|
||||
~MotionPlanner();
|
||||
|
||||
|
||||
int islands_count();
|
||||
Polyline* shortest_path(Point* from, Point* to)
|
||||
%code%{ RETVAL = new Polyline(); THIS->shortest_path(*from, *to, RETVAL); %};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue