FIX: fix ams mapping tips do not displayed

Change-Id: I108a2d313472ec2c8909c1e521fa1f1f6f6254f8
This commit is contained in:
Stone Li 2022-10-14 10:59:04 +08:00 committed by Lane.Wei
parent a4cda21926
commit c9c98dcee8

View file

@ -1608,7 +1608,8 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
Enable_Send_Button(false);
Enable_Refresh_Button(true);
} else if (status == PrintDialogStatus::PrintStatusAmsMappingValid) {
update_print_status_msg(wxEmptyString, false, false);
wxString msg_text = _L("Filaments to AMS slots mappings have been established. You can click a filament above to change its mapping AMS slot");
update_print_status_msg(msg_text, false, false);
Enable_Send_Button(true);
Enable_Refresh_Button(true);
} else if (status == PrintDialogStatus::PrintStatusRefreshingMachineList) {