ENH: modify config for N1

Change-Id: I151eb7ecabb1e5a8a2af95294cc03ffe92f6b660
Signed-off-by: Stone Li <stone.li@bambulab.com>
(cherry picked from commit 6d02a722798302c8648a62d86bcddc2650a47ea4)
This commit is contained in:
Stone Li 2023-07-05 20:07:08 +08:00 committed by Lane.Wei
parent 68d40d3c14
commit b7a0499abc
2 changed files with 19 additions and 2 deletions

View file

@ -811,7 +811,7 @@ public:
int command_set_printing_option(bool auto_recovery);
// axis string is X, Y, Z, E
int command_axis_control(std::string axis, double unit = 1.0f, double value = 1.0f, int speed = 3000);
int command_axis_control(std::string axis, double unit = 1.0f, double input_val = 1.0f, int speed = 3000);
// calibration printer
bool is_support_command_calibration();
@ -852,6 +852,7 @@ public:
bool is_in_printing();
bool is_in_prepare();
bool is_printing_finished();
bool is_core_xy();
void reset_update_time();
void reset();
static bool is_in_printing_status(std::string status);