mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: cali modify for get result
Change-Id: I7017eb186fa629b5d46df1b09bf1021936967689
This commit is contained in:
@@ -1213,7 +1213,7 @@ void CalibrationWizard::update_print_progress()
|
||||
{
|
||||
request_calib_result();
|
||||
}
|
||||
if (curr_obj->print_status == "FINISH")
|
||||
if (curr_obj->print_status == "FINISH" || curr_obj->print_status == "IDLE")
|
||||
{
|
||||
m_button_abort->Enable(false);
|
||||
m_button_abort->SetBitmap(m_bitmap_abort_disable.bmp());
|
||||
|
||||
Reference in New Issue
Block a user