mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Remove warnings caused by output filenames containing % characters
This commit is contained in:
@@ -94,7 +94,7 @@ if (@ARGV) { # slicing from command line
|
|||||||
output_file => $opt{output},
|
output_file => $opt{output},
|
||||||
status_cb => sub {
|
status_cb => sub {
|
||||||
my ($percent, $message) = @_;
|
my ($percent, $message) = @_;
|
||||||
printf "=> $message\n";
|
printf "=> %s\n", $message;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
if ($opt{export_svg}) {
|
if ($opt{export_svg}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user