mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Disable debugging output from the Filler2.pm
This commit is contained in:
@@ -22,7 +22,7 @@ sub filler {
|
|||||||
return Slic3r::Filler->new_from_type($filler);
|
return Slic3r::Filler->new_from_type($filler);
|
||||||
}
|
}
|
||||||
|
|
||||||
print "Filler: ", $filler, "\n";
|
#print "Filler: ", $filler, "\n";
|
||||||
$self->fillers->{$filler} ||= Slic3r::Filler->new_from_type($filler);
|
$self->fillers->{$filler} ||= Slic3r::Filler->new_from_type($filler);
|
||||||
$self->fillers->{$filler}->set_bounding_box($self->bounding_box);
|
$self->fillers->{$filler}->set_bounding_box($self->bounding_box);
|
||||||
return $self->fillers->{$filler};
|
return $self->fillers->{$filler};
|
||||||
|
|||||||
Reference in New Issue
Block a user