Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-06-19 12:47:16 +0300
committerbubnikv <bubnikv@gmail.com>2017-06-19 12:47:16 +0300
commit046d5a9cb77c103c7d323bed023ddc8412856ebc (patch)
treeff1c4f9eb1abb2b88015891bd542d0e88bb526aa /slic3r.pl
parentcb43f19a90c05b5b8830b5594bc8e2f933d48dfc (diff)
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.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 5a70e9d7f..54c295008 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -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},