mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
New --post-process option. Includes some cleaning of the STDOUT messages
This commit is contained in:
@@ -9,7 +9,7 @@ use XXX;
|
||||
sub make_perimeter {
|
||||
my $self = shift;
|
||||
my ($layer) = @_;
|
||||
printf "Making perimeter for layer %d\n", $layer->id;
|
||||
Slic3r::debugf "Making perimeters for layer %d\n", $layer->id;
|
||||
|
||||
# at least one perimeter is required
|
||||
die "Can't slice object with no perimeters!\n"
|
||||
|
||||
Reference in New Issue
Block a user