mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
FIX: the calibration dialog fault
jira: [none] Change-Id: I775ae45aa992fec281c6c5452c2ce9454b80aa4b (cherry picked from commit 44e056932fcdf7c88e2ea55c78508c9bc9552b40)
This commit is contained in:
@@ -299,14 +299,6 @@ void CalibrationDialog::update_cali(MachineObject *obj)
|
|||||||
m_calibration_btn->Enable();
|
m_calibration_btn->Enable();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!obj->is_calibration_running() && !m_checkbox_list["vibration"]->GetValue() && !m_checkbox_list["bed_leveling"]->GetValue() &&
|
|
||||||
!m_checkbox_list["xcam_cali"]->GetValue() && !m_checkbox_list["motor_noise"]->GetValue()) {
|
|
||||||
m_calibration_btn->Disable();
|
|
||||||
m_calibration_btn->SetLabel(_L("No step selected"));
|
|
||||||
}
|
|
||||||
else if(!obj->is_calibration_running()){
|
|
||||||
m_calibration_btn->Enable();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CalibrationDialog::is_stage_list_info_changed(MachineObject *obj)
|
bool CalibrationDialog::is_stage_list_info_changed(MachineObject *obj)
|
||||||
|
|||||||
Reference in New Issue
Block a user