We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ef606 commit 3c8f5a0Copy full SHA for 3c8f5a0
1 file changed
src/emc/task/emctask.cc
@@ -718,7 +718,7 @@ int emcTaskUpdate(EMC_TASK_STAT * stat)
718
emcStatus->motion.traj.tag);
719
if (res_state != INTERP_ERROR) {
720
rtapi_strxcpy(stat->file, emcStatus->motion.traj.tag.filename);
721
- stat->currentLine = emcStatus->motion.traj.tag.fields[0];
+ // stat->currentLine = emcStatus->motion.traj.tag.fields[0];
722
}
723
724
// If we get an error from trying to unpack from the motion state, always
0 commit comments