1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-02 11:35:51 +00:00

Ported some methods to XS

This commit is contained in:
Alessandro Ranellucci
2014-08-03 18:41:09 +02:00
parent 1813a309a7
commit 380dd8adfc
13 changed files with 176 additions and 93 deletions
+2
View File
@@ -60,6 +60,8 @@
int ptr()
%code%{ RETVAL = (int)(intptr_t)THIS; %};
void make_slices();
};
%name{Slic3r::Layer::Support} class SupportLayer {