mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 01:42:09 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Slic3r {
|
||||
namespace GUI {
|
||||
|
||||
|
||||
class PrinterWebView : public wxPanel {
|
||||
class PrinterWebView : public wxPanel{
|
||||
public:
|
||||
PrinterWebView(wxWindow *parent);
|
||||
virtual ~PrinterWebView();
|
||||
@@ -41,10 +41,11 @@ public:
|
||||
void OnClose(wxCloseEvent& evt);
|
||||
void OnError(wxWebViewEvent& evt);
|
||||
void OnLoaded(wxWebViewEvent& evt);
|
||||
void OnScriptMessage(wxWebViewEvent& evt);
|
||||
void reload();
|
||||
void update_mode();
|
||||
|
||||
bool Show(bool show = true) override;
|
||||
bool isSnapmakerPage();
|
||||
void sendMessage(const std::string& msg);
|
||||
|
||||
private:
|
||||
void SendAPIKey();
|
||||
@@ -54,8 +55,6 @@ private:
|
||||
wxString m_apikey;
|
||||
bool m_apikey_sent;
|
||||
|
||||
wxString m_url_deferred;
|
||||
|
||||
// DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user