mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 01:51:48 +08:00
FIX: typo
Change-Id: Ic0183e969a72c91b1b22803905354406aef03fe0
This commit is contained in:
parent
c344308b88
commit
411d02f22e
@ -159,7 +159,7 @@ void CalibrationCaliPage::update(MachineObject* obj)
|
|||||||
if (get_obj_calibration_mode(obj) == m_cali_mode) {
|
if (get_obj_calibration_mode(obj) == m_cali_mode) {
|
||||||
if (obj->is_printing_finished()) {
|
if (obj->is_printing_finished()) {
|
||||||
if (obj->print_status == "FINISH") {
|
if (obj->print_status == "FINISH") {
|
||||||
if (obj->get_pa_calib_result) {
|
if (obj->get_flow_calib_result) {
|
||||||
enable_cali = true;
|
enable_cali = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user