mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 04:35:17 +00:00
Fix failing test. #2806
This commit is contained in:
@@ -151,6 +151,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(
|
||||
scalar(@$sizes), # number of parts
|
||||
|
||||
Reference in New Issue
Block a user