NEW:new extrusion command

jira:[none ]

Change-Id: I721ce4b2eb5ab02a88dc370f14bbfdb1b91f40a1
(cherry picked from commit 79c534375f7650480208a662e0a8302bc4ff6c45)
(cherry picked from commit 7dd335f134e663ec3d2817dbea0d0077c9fcb986)
This commit is contained in:
tao wang
2024-12-13 10:04:28 +08:00
committed by Noisyfox
parent bf81dcefe8
commit 1ed2c423d6
3 changed files with 25 additions and 4 deletions

View File

@@ -1111,6 +1111,7 @@ public:
// axis string is X, Y, Z, E
int command_axis_control(std::string axis, double unit = 1.0f, double input_val = 1.0f, int speed = 3000);
int command_extruder_control(int nozzle_id, double val);
// calibration printer
bool is_support_command_calibration();
int command_start_calibration(bool vibration, bool bed_leveling, bool xcam_cali, bool motor_noise);