mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Fix integration of XS containers
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
void pop_back()
|
||||
%code{% THIS->polyline.points.pop_back(); %};
|
||||
void reverse();
|
||||
Lines lines()
|
||||
%code{% RETVAL = THIS->polyline.lines(); %};
|
||||
%{
|
||||
|
||||
ExtrusionPath*
|
||||
|
||||
Reference in New Issue
Block a user