mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-15 08:51:49 +08:00
Remove warnings caused by output filenames containing % characters
This commit is contained in:
parent
4bddb66513
commit
8e363ee070
@ -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}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user