feat: sync latest run execution updates
This commit is contained in:
@@ -97,6 +97,10 @@ export async function createLinuxCncTaskHalSdk(moduleOptions = {}) {
|
||||
);
|
||||
},
|
||||
|
||||
loadProgramMotionPlan(plan) {
|
||||
return callWithJson(mod, "lctask_load_program_motion_plan_json", plan);
|
||||
},
|
||||
|
||||
sendCommand(command) {
|
||||
return callWithJson(mod, "lctask_send_command_json", command);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user