ENH: modify config for N1

Change-Id: I151eb7ecabb1e5a8a2af95294cc03ffe92f6b660
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li
2023-07-05 20:07:08 +08:00
committed by Lane.Wei
parent 3f1bffd0b6
commit 6058b18e43
3 changed files with 17 additions and 2 deletions

View File

@@ -839,7 +839,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();