mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
FIX: cali - The progress bar should not be displayed.
after the prompt box appears. Jira: 4288 Change-Id: I97f2073847877dcfe98d4a6faa5b09cf257a5c7c
This commit is contained in:
@@ -564,6 +564,7 @@ void PressureAdvanceWizard::on_cali_start()
|
|||||||
if (!wx_err_string.empty()) {
|
if (!wx_err_string.empty()) {
|
||||||
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
||||||
msg_dlg.ShowModal();
|
msg_dlg.ShowModal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
show_step(m_curr_step->next);
|
show_step(m_curr_step->next);
|
||||||
@@ -625,6 +626,7 @@ void PressureAdvanceWizard::on_cali_start()
|
|||||||
if (!wx_err_string.empty()) {
|
if (!wx_err_string.empty()) {
|
||||||
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
||||||
msg_dlg.ShowModal();
|
msg_dlg.ShowModal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
preset_page->on_cali_start_job();
|
preset_page->on_cali_start_job();
|
||||||
@@ -923,6 +925,7 @@ void FlowRateWizard::on_cali_start(CaliPresetStage stage, float cali_value, Flow
|
|||||||
if (!wx_err_string.empty()) {
|
if (!wx_err_string.empty()) {
|
||||||
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
||||||
msg_dlg.ShowModal();
|
msg_dlg.ShowModal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
show_step(m_curr_step->next);
|
show_step(m_curr_step->next);
|
||||||
|
|
||||||
@@ -987,6 +990,7 @@ void FlowRateWizard::on_cali_start(CaliPresetStage stage, float cali_value, Flow
|
|||||||
if (!wx_err_string.empty()) {
|
if (!wx_err_string.empty()) {
|
||||||
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
||||||
msg_dlg.ShowModal();
|
msg_dlg.ShowModal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
preset_page->on_cali_start_job();
|
preset_page->on_cali_start_job();
|
||||||
if (temp_filament_preset)
|
if (temp_filament_preset)
|
||||||
@@ -1324,6 +1328,7 @@ void MaxVolumetricSpeedWizard::on_cali_start()
|
|||||||
if (!wx_err_string.empty()) {
|
if (!wx_err_string.empty()) {
|
||||||
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
MessageDialog msg_dlg(nullptr, wx_err_string, wxEmptyString, wxICON_WARNING | wxOK);
|
||||||
msg_dlg.ShowModal();
|
msg_dlg.ShowModal();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
preset_page->on_cali_start_job();
|
preset_page->on_cali_start_job();
|
||||||
|
|||||||
Reference in New Issue
Block a user