The option --gui-mode has been removed with the following option:

82bde51c27

As it causes issues to the Repetier Host application
https://github.com/prusa3d/Slic3r/issues/363

this option has been added with this commit for compatibility reasons.
This commit is contained in:
bubnikv 2017-06-19 11:47:16 +02:00
parent cb43f19a90
commit 046d5a9cb7

View File

@ -35,6 +35,7 @@ my %cli_options = ();
'ignore-nonexistent-config' => \$opt{ignore_nonexistent_config},
'no-controller' => \$opt{no_controller},
'no-plater' => \$opt{no_plater},
'gui-mode=s' => \$opt{obsolete_ignore_this_option_gui_mode},
'datadir=s' => \$opt{datadir},
'export-svg' => \$opt{export_svg},
'merge|m' => \$opt{merge},