mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Ported ExtrusionLoop->make_counter_clockwise()
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
%code{% const char* CLASS = "Slic3r::ExtrusionPath"; RETVAL = THIS->split_at_index(index); %};
|
||||
ExtrusionPath* split_at_first_point()
|
||||
%code{% const char* CLASS = "Slic3r::ExtrusionPath"; RETVAL = THIS->split_at_first_point(); %};
|
||||
bool make_counter_clockwise();
|
||||
%{
|
||||
|
||||
ExtrusionLoop*
|
||||
|
||||
Reference in New Issue
Block a user