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

@ -614,7 +614,8 @@ public:
int command_axis_control(std::string axis, double unit = 1.0f, double value = 1.0f, int speed = 3000);
// calibration printer
int command_start_calibration();
bool is_support_command_calibration();
int command_start_calibration(bool vibration, bool bed_leveling, bool xcam_cali);
int command_unload_filament();