mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: typo
Change-Id: Ic0183e969a72c91b1b22803905354406aef03fe0
This commit is contained in:
@@ -159,7 +159,7 @@ void CalibrationCaliPage::update(MachineObject* obj)
|
||||
if (get_obj_calibration_mode(obj) == m_cali_mode) {
|
||||
if (obj->is_printing_finished()) {
|
||||
if (obj->print_status == "FINISH") {
|
||||
if (obj->get_pa_calib_result) {
|
||||
if (obj->get_flow_calib_result) {
|
||||
enable_cali = true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user