mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Some initial work for porting slice()
This commit is contained in:
parent
8607c559c7
commit
346c17d483
6 changed files with 126 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
%typemap{bool}{simple};
|
||||
%typemap{std::string};
|
||||
%typemap{std::vector<unsigned int>*};
|
||||
%typemap{std::vector<double>*};
|
||||
%typemap{SV*};
|
||||
%typemap{AV*};
|
||||
%typemap{Point*};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue