mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -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
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue