mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -156,6 +156,7 @@ class MainFrame : public DPIFrame
|
||||
{
|
||||
FileHistory(int max) : wxFileHistory(max) {}
|
||||
std::wstring GetThumbnailUrl(int index) const;
|
||||
std::string GetThumbnailUrl_str(int index) const;
|
||||
|
||||
virtual void AddFileToHistory(const wxString &file);
|
||||
virtual void RemoveFileFromHistory(size_t i);
|
||||
@@ -333,8 +334,10 @@ public:
|
||||
|
||||
void add_to_recent_projects(const wxString& filename);
|
||||
void get_recent_projects(boost::property_tree::wptree &tree, int images);
|
||||
void get_recent_projects(nlohmann::json& data, int images);
|
||||
void open_recent_project(size_t file_id, wxString const & filename);
|
||||
void remove_recent_project(size_t file_id, wxString const &filename);
|
||||
void sm_remove_recent_project(wxString const& filename);
|
||||
|
||||
void technology_changed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user