update slic3r

This commit is contained in:
QIDI TECH
2025-05-08 15:05:30 +08:00
parent 126534997a
commit 011619cf23
307 changed files with 55594 additions and 19386 deletions

View File

@@ -23,6 +23,8 @@ public:
virtual std::string get_status(wxString& curl_msg) const override { return "1"; };
virtual float get_progress(wxString& curl_msg) const override { return 1; };
virtual std::pair<std::string, float> get_status_progress(wxString& curl_msg) const override { return std::make_pair("1", 1); };
virtual bool send_command_to_printer(wxString& curl_msg, wxString commond) const override {return false;};
virtual bool send_timelapse_status(wxString& msg, std::string ip, bool status) const {return false;};
wxString get_test_ok_msg() const override;
wxString get_test_failed_msg(wxString& msg) const override;
bool upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn) const override;