1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Remove warnings caused by output filenames containing % characters

This commit is contained in:
Alessandro Ranellucci
2012-08-22 19:37:45 +02:00
parent 4bddb66513
commit 8e363ee070
+1 -1
View File
@@ -94,7 +94,7 @@ if (@ARGV) { # slicing from command line
output_file => $opt{output},
status_cb => sub {
my ($percent, $message) = @_;
printf "=> $message\n";
printf "=> %s\n", $message;
},
);
if ($opt{export_svg}) {