mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-07 06:59:07 +08:00
Fixed glitch in commit 9c93e52c8f313d4448006f06718a6dfdc5ec758a causing tests failures
This commit is contained in:
parent
0a351fe47d
commit
c97cac5bc9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user