mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 03:42:05 +00:00
ENH:Handling pages with failed matching
jira: none Change-Id: I6193c7be08e73760d00120a87bde93503bf716fe (cherry picked from commit 2ab417f331c89d3dfdba43768786102ab9498bce)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user