mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-24 21:35:03 -07: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:
parent
eac358046c
commit
e5bd736def
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue