FIX:update "is_nozzle_type_match" api from SelectMachineDialog

jira: none
Change-Id: Ib767c4e64089296336a8c1e53634ef166853930e
(cherry picked from commit 93862fd666a3c1435ca36e5dba55554c28609d3b)
This commit is contained in:
zhou.xu
2025-02-14 19:38:54 +08:00
committed by Noisyfox
parent 7a0f07c424
commit c9f7aa1ee0
2 changed files with 31 additions and 19 deletions

View File

@@ -240,7 +240,7 @@ public:
bool build_nozzles_info(std::string &nozzles_info);
bool can_hybrid_mapping(ExtderData data);
void auto_supply_with_ext(std::vector<AmsTray> slots);
bool is_nozzle_type_match(ExtderData data);
bool is_nozzle_type_match(ExtderData data, wxString &error_message) const;
int convert_filament_map_nozzle_id_to_task_nozzle_id(int nozzle_id);
std::string get_print_status_info(PrintDialogStatus status);