Fix regression introduced in e99c9f9e5f
causing --output to have no effect in GUI.
This commit is contained in:
parent
d1b8f37dda
commit
deaa188630
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use List::Util qw(first);
|
|||
use Slic3r;
|
||||
$|++;
|
||||
|
||||
my %opt = ();
|
||||
our %opt = ();
|
||||
my %cli_options = ();
|
||||
{
|
||||
my %options = (
|
||||
|
|
Loading…
Reference in a new issue