mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-07 22:28:27 -04: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