mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
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…
Add table
Add a link
Reference in a new issue