mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix failing test. #2806
This commit is contained in:
parent
bf541a1fed
commit
00acd32120
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ sub duplicate {
|
|||
|
||||
sub _arrange {
|
||||
my ($self, $sizes, $distance, $bb) = @_;
|
||||
|
||||
$bb //= Slic3r::Geometry::BoundingBoxf->new;
|
||||
|
||||
# we supply unscaled data to arrange()
|
||||
return @{Slic3r::Geometry::arrange(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue