mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
FIX: cannot send fine flow ratio cali
Change-Id: Ib05d751100692298942e692f2c3dc5ef69286387
This commit is contained in:
@@ -1022,9 +1022,6 @@ void CalibrationFlowCoarseSavePage::set_curr_flow_ratio(const float value) {
|
||||
}
|
||||
|
||||
bool CalibrationFlowCoarseSavePage::get_result(float* out_value, wxString* out_name) {
|
||||
if (!m_skip_fine_calibration)
|
||||
return false;
|
||||
|
||||
// Check if the value is valid
|
||||
if (m_coarse_flow_ratio <= 0.0 || m_coarse_flow_ratio >= 2.0) {
|
||||
MessageDialog msg_dlg(nullptr, _L("Please choose a block with smoothest top surface"), wxEmptyString, wxICON_WARNING | wxOK);
|
||||
|
||||
Reference in New Issue
Block a user