mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Finished porting BoundingBox to XS
This commit is contained in:
parent
ea47f3b6e7
commit
b17d06f9d1
24 changed files with 160 additions and 262 deletions
|
@ -8,6 +8,7 @@
|
|||
%typemap{SV*};
|
||||
%typemap{AV*};
|
||||
%typemap{Point*};
|
||||
%typemap{Pointf3*};
|
||||
%typemap{BoundingBox*};
|
||||
%typemap{BoundingBoxf3*};
|
||||
%typemap{DynamicPrintConfig*};
|
||||
|
@ -25,6 +26,7 @@
|
|||
%typemap{ExtrusionPath*};
|
||||
%typemap{ExtrusionLoop*};
|
||||
%typemap{Points};
|
||||
%typemap{Pointfs};
|
||||
%typemap{Lines};
|
||||
%typemap{Polygons};
|
||||
%typemap{Polylines};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue