mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
Bugfix: random but frequent crashes after recent perimeter code refactoring
This commit is contained in:
parent
d1243397fa
commit
bf02062a67
3 changed files with 8 additions and 1 deletions
|
@ -24,6 +24,8 @@
|
|||
Clone<Point> last_point();
|
||||
int count()
|
||||
%code{% RETVAL = THIS->entities.size(); %};
|
||||
bool empty()
|
||||
%code{% RETVAL = THIS->entities.empty(); %};
|
||||
std::vector<size_t> orig_indices()
|
||||
%code{% RETVAL = THIS->orig_indices; %};
|
||||
%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue