mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Bugfix: error on Honeycomb infill
This commit is contained in:
@@ -39,7 +39,7 @@ sub fill_surface {
|
||||
|
||||
# adjust actual bounding box to the nearest multiple of our hex pattern
|
||||
# and align it so that it matches across layers
|
||||
my $print_bounding_box = $self->print->bounding_box;
|
||||
my $print_bounding_box = [ $self->print->bounding_box ];
|
||||
my $bounding_box = [ 0, 0, $print_bounding_box->[X2], $print_bounding_box->[Y2] ];
|
||||
{
|
||||
my $bb_polygon = Slic3r::Polygon->new([
|
||||
|
||||
Reference in New Issue
Block a user