mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Fix failing test. #2806
This commit is contained in:
@@ -150,6 +150,8 @@ sub duplicate {
|
|||||||
|
|
||||||
sub _arrange {
|
sub _arrange {
|
||||||
my ($self, $sizes, $distance, $bb) = @_;
|
my ($self, $sizes, $distance, $bb) = @_;
|
||||||
|
|
||||||
|
$bb //= Slic3r::Geometry::BoundingBoxf->new;
|
||||||
|
|
||||||
# we supply unscaled data to arrange()
|
# we supply unscaled data to arrange()
|
||||||
return @{Slic3r::Geometry::arrange(
|
return @{Slic3r::Geometry::arrange(
|
||||||
|
|||||||
Reference in New Issue
Block a user