mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 23:05:10 +08:00
Disable debugging output from the Filler2.pm
This commit is contained in:
parent
7fd06ef311
commit
c0956dbd34
@ -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…
x
Reference in New Issue
Block a user