Enbling autoflush

This commit is contained in:
Alessandro Ranellucci 2011-11-28 10:20:12 +01:00
parent 05dffad56f
commit 7b50e1bead

View File

@ -12,6 +12,7 @@ use Getopt::Long;
use Slic3r;
use XXX;
$|++;
our %opt;
GetOptions(
'help' => sub { usage() },