ENH:Handling pages with failed matching

jira: none
Change-Id: I6193c7be08e73760d00120a87bde93503bf716fe
(cherry picked from commit 2ab417f331c89d3dfdba43768786102ab9498bce)
This commit is contained in:
zhou.xu
2025-02-17 21:14:09 +08:00
committed by Noisyfox
parent 617dc5d6e7
commit 9f6c75a2f1
2 changed files with 10 additions and 8 deletions

View File

@@ -151,7 +151,6 @@ protected:
wxPanel * m_loading_page{nullptr};
wxPanel * m_show_page{nullptr};
wxBoxSizer * m_sizer_show_page{nullptr};
bool m_finish_ams_map_flag = false;
wxAnimationCtrl *m_gif_ctrl{nullptr};
public:
@@ -217,6 +216,7 @@ public:
int update_print_required_data(Slic3r::DynamicPrintConfig config, Slic3r::Model model, Slic3r::PlateDataPtrs plate_data_list, std::string file_name, std::string file_path);
void set_print_type(PrintFromType type) { m_print_type = type; };
bool do_ams_mapping(MachineObject *obj_);
void show_thumbnail_page();
bool get_ams_mapping_result(std::string &mapping_array_str, std::string &mapping_array_str2, std::string &ams_mapping_info);
bool build_nozzles_info(std::string &nozzles_info);
bool can_hybrid_mapping(ExtderData data);