mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
FIX: should not emit get result message for manual flowrate_cali
jira: STUDIO-14288 Change-Id: I20f6a28ec9f017ac562d7684d232e0d109f628ca (cherry picked from commit f4213a6672d4be2386708e1f90068cbf039733d0) (cherry picked from commit 2a9e23a4ae7ca4ced3dee33f6714ce477a48292a)
This commit is contained in:
@@ -271,7 +271,6 @@ void CalibrationCaliPage::update(MachineObject* obj)
|
||||
} else if (m_cali_method == CalibrationMethod::CALI_METHOD_MANUAL) {
|
||||
if (get_obj_calibration_mode(obj) == m_cali_mode && obj->is_printing_finished()) {
|
||||
// use selected diameter, add a counter to timeout, add a warning tips when get result failed
|
||||
CalibUtils::emit_get_flow_ratio_calib_results(get_selected_calibration_nozzle_dia(obj));
|
||||
enable_cali = true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user