mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
FIX: update the text
jira: [STUDIO-10970] Change-Id: I93bf01328fb5ffee0397e888a3524b10e49ae1f0 (cherry picked from commit 4af8a01b8dd6b8f7ea04bd04a17289911b55ed02)
This commit is contained in:
parent
9b81fe3229
commit
68e852472c
1 changed files with 2 additions and 2 deletions
|
|
@ -1937,8 +1937,8 @@ void SelectMachineDialog::show_status(PrintDialogStatus status, std::vector<wxSt
|
|||
wxString msg_text = _L("TPU 90A/TPU 85A is too soft and does not support automatic Flow Dynamics calibration.");
|
||||
update_print_status_msg(msg_text, false, false, true);
|
||||
} else if (status == PrintStatusWarningKvalueNotUsed && !params.empty()) {
|
||||
wxString msg_text = _L("Custom K value of { %s } will not be used since dynamic flow calibration is enabled.");
|
||||
update_print_status_msg(wxString::Format(msg_text, params[0]), false, true, true);
|
||||
wxString msg_text = _L("Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value.");
|
||||
update_print_status_msg(msg_text, false, true, true);
|
||||
}
|
||||
|
||||
// m_panel_warn m_simplebook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue