mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-06 05:24:01 -06:00
New --post-process option. Includes some cleaning of the STDOUT messages
This commit is contained in:
parent
ae35df716f
commit
555c23069d
10 changed files with 63 additions and 28 deletions
|
@ -45,7 +45,7 @@ sub make_fill {
|
|||
|
||||
$_->layer($layer) for values %{$self->fillers};
|
||||
|
||||
printf "Filling layer %d:\n", $layer->id;
|
||||
Slic3r::debugf "Filling layer %d:\n", $layer->id;
|
||||
|
||||
# merge overlapping surfaces
|
||||
my @surfaces = ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue