mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
Add timeout/errors management, multiple fixes
This commit is contained in:
parent
bb928f6ef7
commit
fbe90b5534
4 changed files with 68 additions and 35 deletions
|
|
@ -33,7 +33,6 @@ namespace Slic3r {
|
|||
std::string console_port;
|
||||
|
||||
std::string get_upload_url(const std::string& filename) const;
|
||||
std::string timestamp_str() const;
|
||||
bool start_print(wxString& msg, const std::string& filename) const;
|
||||
int get_err_code_from_body(const std::string& body) const;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue