mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-21 03:12:49 +00:00
FIX: support retry when flow rate cali failed
Jira: [STUDIO-14271] Change-Id: I0aa52e97412f29de1630e19c13f57e93763f4c7c (cherry picked from commit 161daf87cf1e80a7c6f8f9bc6d07435bf8b0f9d1)
This commit is contained in:
@@ -1206,6 +1206,7 @@ void CalibrationPresetPage::create_page(wxWindow* parent)
|
||||
m_sending_panel->get_sending_progress_bar()->set_cancel_callback_fina([this]() {
|
||||
on_cali_cancel_job();
|
||||
});
|
||||
m_sending_panel->Bind(EVT_SHOW_ERROR_FAIL_SEND, [this](auto &event){on_cali_cancel_job();});
|
||||
m_sending_panel->Hide();
|
||||
|
||||
m_custom_range_panel = new CaliPresetCustomRangePanel(parent);
|
||||
|
||||
Reference in New Issue
Block a user