mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
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);
|
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};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue