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:
parent
04d6cfe8de
commit
29a51bc46f
4 changed files with 98 additions and 60 deletions
src/slic3r/GUI
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue