mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Make test happy
This commit is contained in:
parent
4f8a18bbad
commit
1bebe6097b
3 changed files with 4 additions and 5 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
%package{Slic3r::Geometry};
|
||||
|
||||
Pointfs arrange(size_t total_parts, Pointf* part, coordf_t dist, BoundingBoxf* bb)
|
||||
Pointfs arrange(size_t total_parts, Pointf* part, coordf_t dist, BoundingBoxf* bb = NULL)
|
||||
%code{% RETVAL = Slic3r::Geometry::arrange(total_parts, *part, dist, bb); %};
|
||||
|
||||
%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue