mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -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;
|
||||
|
|
|
@ -148,7 +148,7 @@ void CaliPASaveAutoPanel::create_panel(wxWindow* parent)
|
|||
wxBoxSizer* part_failed_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_part_failed_panel->SetSizer(part_failed_sizer);
|
||||
part_failed_sizer->AddSpacer(FromDIP(10));
|
||||
auto part_failed_text = new Label(m_part_failed_panel, _L("Part of the calibration failed! You may clean the plate and retry. The failed test result would be droped."));
|
||||
auto part_failed_text = new Label(m_part_failed_panel, _L("Part of the calibration failed! You may clean the plate and retry. The failed test result would be dropped."));
|
||||
part_failed_text->SetFont(Label::Body_14);
|
||||
part_failed_sizer->Add(part_failed_text, 0, wxLEFT | wxRIGHT, FromDIP(20));
|
||||
part_failed_sizer->AddSpacer(FromDIP(10));
|
||||
|
@ -910,7 +910,7 @@ void CalibrationFlowX1SavePage::create_page(wxWindow* parent)
|
|||
wxBoxSizer* part_failed_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
m_part_failed_panel->SetSizer(part_failed_sizer);
|
||||
part_failed_sizer->AddSpacer(FromDIP(10));
|
||||
auto part_failed_text = new Label(m_part_failed_panel, _L("Part of the calibration failed! You may clean the plate and retry. The failed test result would be droped."));
|
||||
auto part_failed_text = new Label(m_part_failed_panel, _L("Part of the calibration failed! You may clean the plate and retry. The failed test result would be dropped."));
|
||||
part_failed_text->SetFont(Label::Body_14);
|
||||
part_failed_sizer->Add(part_failed_text, 0, wxLEFT | wxRIGHT, FromDIP(20));
|
||||
part_failed_sizer->AddSpacer(FromDIP(10));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue