diff --git a/slic3r.pl b/slic3r.pl index ede37dbc0e..11c0e2bcab 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -15,6 +15,7 @@ use POSIX qw(setlocale LC_NUMERIC); use Slic3r; use Time::HiRes qw(gettimeofday tv_interval); $|++; +binmode STDOUT, ':utf8'; our %opt = (); my %cli_options = ();