mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
NEW: support calibrate option of printer
Change-Id: Iacc974d5cfec54789223f9ba298db21bea277d18 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user