Merge: Snapmaker Orca 2.1.2

This commit is contained in:
xiaoyeliu
2025-11-17 10:04:25 +08:00
parent 737948be1f
commit e89263e51a
1147 changed files with 668188 additions and 15290 deletions

View File

@@ -34,6 +34,8 @@ public:
std::string storage() const;
bool switch_to_device_tab() const {return m_switch_to_device_tab;}
const boost::filesystem::path origin_path() { return m_ori_file_path; }
virtual void EndModal(int ret) override;
virtual void init();
virtual std::map<std::string, std::string> extendedInfo() const { return {}; }
@@ -51,6 +53,7 @@ protected:
boost::filesystem::path m_path;
PrintHostPostUploadActions m_post_actions;
wxArrayString m_storage_names;
boost::filesystem::path m_ori_file_path;
};