1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

Fixed glitch in commit 9c93e52c8f causing tests failures

This commit is contained in:
Alessandro Ranellucci
2014-11-08 15:02:14 +01:00
parent 0a351fe47d
commit c97cac5bc9
+1 -1
View File
@@ -21,7 +21,7 @@
%code{% THIS->paths.push_back(*path); %};
double length();
bool split_at_vertex(Point* point)
%code{% THIS->split_at_vertex(*point); %};
%code{% RETVAL = THIS->split_at_vertex(*point); %};
void split_at(Point* point)
%code{% THIS->split_at(*point); %};
ExtrusionPaths clip_end(double distance)