mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: update the text
jira: [STUDIO-10970] Change-Id: I93bf01328fb5ffee0397e888a3524b10e49ae1f0 (cherry picked from commit 4af8a01b8dd6b8f7ea04bd04a17289911b55ed02)
This commit is contained in:
@@ -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.");
|
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);
|
update_print_status_msg(msg_text, false, false, true);
|
||||||
} else if (status == PrintStatusWarningKvalueNotUsed && !params.empty()) {
|
} 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.");
|
wxString msg_text = _L("Set dynamic flow calibration to 'OFF' to enable custom dynamic flow value.");
|
||||||
update_print_status_msg(wxString::Format(msg_text, params[0]), false, true, true);
|
update_print_status_msg(msg_text, false, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// m_panel_warn m_simplebook
|
// m_panel_warn m_simplebook
|
||||||
|
|||||||
Reference in New Issue
Block a user