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 1349628a11
commit b122ba7a89

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");