mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: cali modify for get result
Change-Id: I7017eb186fa629b5d46df1b09bf1021936967689
This commit is contained in:
parent
7fc261e644
commit
8009f8991d
5 changed files with 12 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue