We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a783a2 + 990cb29 commit 034db2eCopy full SHA for 034db2e
1 file changed
src/emc/task/taskclass.cc
@@ -369,6 +369,9 @@ int Task::emcIoAbort(EMC_ABORT /*reason*/)//EMC_TOOL_ABORT_TYPE
369
iocontrol_data.coolant_flood = 0; /* coolant flood output pin */
370
iocontrol_data.tool_change = 0; /* abort tool change if in progress */
371
iocontrol_data.tool_prepare = 0; /* abort tool prepare if in progress */
372
+ // release task wait on pending tool-change/prepare (old NML iocontrol
373
+ // returned RCS_DONE by default; in-process call must do it explicitly)
374
+ emcioStatus.status = RCS_STATUS::DONE;
375
return 0;
376
}
377
0 commit comments