mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 14:13:57 -06:00
ENH: modify naming of save page
Change-Id: I13299c292d0a43f6b261022b2dea736a16b5b3cb
This commit is contained in:
parent
be21570964
commit
903b6f0cb0
2 changed files with 45 additions and 25 deletions
|
@ -91,6 +91,7 @@ public:
|
|||
|
||||
void set_machine_obj(MachineObject* obj) { m_obj = obj; }
|
||||
|
||||
std::vector<std::pair<int, std::string>> default_naming(std::vector<std::pair<int, std::string>> preset_names);
|
||||
void sync_cali_result(const std::vector<PACalibResult>& cali_result, const std::vector<PACalibResult>& history_result);
|
||||
void save_to_result_from_widgets(wxWindow* window, bool* out_is_valid, wxString* out_msg);
|
||||
bool get_result(std::vector<PACalibResult>& out_result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue