1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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

https://github.com/prusa3d/Slic3r/commit/82bde51c2752656aed517d89356272de277408b4

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
+1
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},