NEW: support calibrate option of printer

Change-Id: Iacc974d5cfec54789223f9ba298db21bea277d18
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-11-17 11:38:46 +08:00 committed by Lane.Wei
parent 3f4136157e
commit cb5f5a26cf
4 changed files with 22 additions and 4 deletions

View file

@ -218,7 +218,8 @@ void CalibrationDialog::on_start_calibration(wxMouseEvent &event)
Close();
} else {
BOOST_LOG_TRIVIAL(info) << "on_start_calibration";
m_obj->command_start_calibration();
//TODO set checkbox value here
m_obj->command_start_calibration(true, true, true);
}
}
}