mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Get rid of useless Slic3r::Fill instances
This commit is contained in:
@@ -570,8 +570,7 @@ sub generate_support_material {
|
||||
my @support_material_areas = map $_->offset_ex(- 0.5 * $flow->scaled_width),
|
||||
@{union_ex([ map $_->contour, map @$_, values %layers ])};
|
||||
|
||||
my $fill = Slic3r::Fill->new(print => $self->print);
|
||||
my $filler = $fill->filler($Slic3r::Config->support_material_pattern);
|
||||
my $filler = Slic3r::Fill->filler($Slic3r::Config->support_material_pattern);
|
||||
$filler->angle($Slic3r::Config->support_material_angle);
|
||||
{
|
||||
my @patterns = ();
|
||||
|
||||
Reference in New Issue
Block a user