mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX: auto calibrate sync result
Change-Id: Icd3bf386d2e57b7d23517548dd539eb778ce6d20
This commit is contained in:
parent
fe5312af46
commit
d48101887e
4 changed files with 13 additions and 2 deletions
|
@ -305,7 +305,6 @@ void PressureAdvanceWizard::on_cali_action(wxCommandEvent& evt)
|
|||
show_step(m_curr_step->next);
|
||||
}
|
||||
else if (action == CaliPageActionType::CALI_ACTION_CALI_NEXT) {
|
||||
(static_cast<CalibrationPASavePage*>(save_step->page))->sync_cali_result(curr_obj);
|
||||
show_step(m_curr_step->next);
|
||||
}
|
||||
else if (action == CaliPageActionType::CALI_ACTION_PREV) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue