Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_gcode_viewer

This commit is contained in:
enricoturri1966 2020-05-15 12:26:18 +02:00
commit 94b431f3af
10 changed files with 285 additions and 199 deletions

View file

@ -536,9 +536,6 @@ int CLI::run(int argc, char **argv)
return -1;
}
//gui->app_config = app_config;
//app_config = nullptr;
// gui->autosave = m_config.opt_string("autosave");
GUI::GUI_App::SetInstance(gui);
gui->CallAfter([gui, this, &load_configs] {