mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Merge branch 'master' into v1.7.2
This commit is contained in:
commit
42a69e3e20
14 changed files with 127 additions and 127 deletions
|
@ -587,7 +587,7 @@ void PressureAdvanceWizard::on_cali_save()
|
|||
return;
|
||||
}
|
||||
if (save_page->is_all_failed()) {
|
||||
MessageDialog msg_dlg(nullptr, _L("The failed test result has been droped."), wxEmptyString, wxOK);
|
||||
MessageDialog msg_dlg(nullptr, _L("The failed test result has been dropped."), wxEmptyString, wxOK);
|
||||
msg_dlg.ShowModal();
|
||||
show_step(start_step);
|
||||
return;
|
||||
|
@ -945,7 +945,7 @@ void FlowRateWizard::on_cali_save()
|
|||
return;
|
||||
}
|
||||
if (save_page->is_all_failed()) {
|
||||
MessageDialog msg_dlg(nullptr, _L("The failed test result has been droped."), wxEmptyString, wxOK);
|
||||
MessageDialog msg_dlg(nullptr, _L("The failed test result has been dropped."), wxEmptyString, wxOK);
|
||||
msg_dlg.ShowModal();
|
||||
show_step(start_step);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue