1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Ported ExtrusionLoop->make_counter_clockwise()

This commit is contained in:
Alessandro Ranellucci
2013-08-29 01:40:42 +02:00
parent 5d6fd7f4d9
commit ea1d138c95
4 changed files with 8 additions and 9 deletions
+1
View File
@@ -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*