mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
FIX: modify the flow rate cali button type
Change-Id: I7aa1254564c120e93a104065971e7c1626785411 (cherry picked from commit 29385e71d00d264e2aaf6cf6181156d6ed9f6bc1)
This commit is contained in:
parent
a93d09cc30
commit
d304ee8717
3 changed files with 6 additions and 3 deletions
|
@ -217,7 +217,7 @@ void CalibrationCaliPage::update(MachineObject* obj)
|
|||
} else {
|
||||
assert(false);
|
||||
}
|
||||
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_NEXT, enable_cali);
|
||||
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_CALI_NEXT, enable_cali);
|
||||
}
|
||||
else if (m_cali_mode == CalibMode::Calib_Vol_speed_Tower) {
|
||||
if (get_obj_calibration_mode(obj) == m_cali_mode && obj->is_printing_finished()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue