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

WIP: Fix of command line slicing. Slice from slic3r-console.exe

This commit is contained in:
bubnikv
2019-01-09 11:24:05 +01:00
parent 4a1f0eb05f
commit 60d3ba6966
+1 -1
View File
@@ -3044,7 +3044,7 @@ CLIConfigDef::CLIConfigDef()
def->tooltip = L("Forces the GUI launch instead of command line slicing "
"(if you supply a model file, it will be loaded into the plater)");
def->cli = "gui";
def->default_value = new ConfigOptionBool(true);
def->default_value = new ConfigOptionBool(false);
def = this->add("info", coBool);
def->label = L("Output Model Info");