mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
FIX:fixed some issues with sending files
1. send to printer change to send to print sd card 2. update the default error message 3. display networking error messages on the page Change-Id: Ib82f952486d18ff481ac377aa607b5455b31564b
This commit is contained in:
parent
ded0b69629
commit
5a78f7ade1
7 changed files with 74 additions and 19 deletions
|
@ -56,7 +56,9 @@ public:
|
|||
void set_cancel_callback(CancelFn = CancelFn()) override;
|
||||
inline void reset_cancel_callback() { set_cancel_callback(); }
|
||||
wxPanel * get_panel();
|
||||
void set_status_text(const wxString &txt);
|
||||
bool is_english_text(wxString str);
|
||||
wxString format_text(wxStaticText* st, wxString str, int warp);
|
||||
void set_status_text(const wxString& txt);
|
||||
void set_percent_text(const wxString &txt);
|
||||
void msw_rescale();
|
||||
void set_status_text(const std::string &txt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue