mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-12 23:13:32 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#include "format.hpp"
|
||||
|
||||
#include "WebUserLoginDialog.hpp"
|
||||
#include "WebSMUserLoginDialog.hpp"
|
||||
|
||||
#include "libslic3r/Print.hpp"
|
||||
|
||||
@@ -344,7 +345,7 @@ static void add_config_substitutions(const ConfigSubstitutions& conf_substitutio
|
||||
static wxString substitution_message(const wxString& changes)
|
||||
{
|
||||
return
|
||||
_L("The configuration may be generated by a newer version of OrcaSlicer.") + " " +
|
||||
_L("The configuration may be generated by a newer version of Snapmaker Orca.") + " " +
|
||||
_L("Some values have been replaced. Please check them:") + "\n" + changes + "\n";
|
||||
}
|
||||
|
||||
@@ -499,7 +500,8 @@ void login()
|
||||
//LoginDialog dlg;
|
||||
//dlg.ShowModal();
|
||||
|
||||
ZUserLogin dlg;
|
||||
// ZUserLogin dlg;
|
||||
SMUserLogin dlg;
|
||||
dlg.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user