Disable debugging output from the Filler2.pm
This commit is contained in:
parent
7fd06ef311
commit
c0956dbd34
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ sub 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}->set_bounding_box($self->bounding_box);
|
||||
return $self->fillers->{$filler};
|
||||
|
|
Loading…
Reference in a new issue