mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
NEW: support calibrate option of printer
Change-Id: Iacc974d5cfec54789223f9ba298db21bea277d18 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
parent
3f4136157e
commit
cb5f5a26cf
4 changed files with 22 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue