Updated bundled Prusa3d profiles

Bumped up the version to 2.1.0-beta, changed the user configs directory
to PrusaSlicer-beta.
This commit is contained in:
bubnikv 2019-08-23 16:15:03 +02:00
parent 04d6cfe8de
commit 29a51bc46f
4 changed files with 98 additions and 60 deletions

View file

@ -183,7 +183,7 @@ bool GUI_App::on_init_inner()
wxString::Format("Resources path does not exist or is not a directory: %s", resources_dir));
//SetAppName(SLIC3R_APP_KEY);
SetAppName(SLIC3R_APP_KEY "-alpha");
SetAppName(SLIC3R_APP_KEY "-beta");
SetAppDisplayName(SLIC3R_APP_NAME);
// Enable this to get the default Win32 COMCTRL32 behavior of static boxes.