Merge branch 'master' of https://github.com/Prusa3d/Slic3r
This commit is contained in:
commit
40e7346696
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ int main(int argc, char **argv)
|
|||
print_config.apply(c);
|
||||
}
|
||||
|
||||
if ((argc == 1 || cli_config.gui.value) && ! cli_config.no_gui.value && ! cli_config.help.value && cli_config.save.value.empty()) {
|
||||
if ((input_files.empty() || cli_config.gui.value) && ! cli_config.no_gui.value && ! cli_config.help.value && cli_config.save.value.empty()) {
|
||||
#if 1
|
||||
GUI::GUI_App *gui = new GUI::GUI_App();
|
||||
GUI::GUI_App::SetInstance(gui);
|
||||
|
|
Loading…
Reference in a new issue