Ported get_layer_range() to C

This commit is contained in:
Alessandro Ranellucci 2013-06-23 15:33:07 +02:00
parent ff795f2918
commit 37105e8237
14 changed files with 72 additions and 738 deletions

View file

@ -1,6 +1,8 @@
%module{Slic3r::XS};
%package{Slic3r::XS};
%{
#include <myinit.h>
%{
%}