mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 07:03:59 -06:00
FIX: modify the disable next button type
Change-Id: If9f6635bb2921bc0479ac51c409181dbcddb0741
This commit is contained in:
parent
5790c82597
commit
35f0a550ad
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ void CalibrationCaliPage::update(MachineObject* obj)
|
|||
m_is_between_start_and_running = false;
|
||||
if (m_is_between_start_and_running) {
|
||||
reset_printing_values();
|
||||
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_NEXT, false);
|
||||
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_CALI_NEXT, false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue