We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a51ad8 commit d833638Copy full SHA for d833638
1 file changed
src/emc/ini/initraj.cc
@@ -295,12 +295,15 @@ static int loadTraj(EmcIniFile *trajInifile)
295
homePose.b = d;
296
else if (t == 5)
297
homePose.c = d;
298
+/*
299
+ * The following have no effect. The loop only counts [0..5].
300
else if (t == 6)
301
homePose.u = d;
302
else if (t == 7)
303
homePose.v = d;
304
else
305
homePose.w = d;
306
+*/
307
308
// position string ptr past this value
309
len += strlen(home);
0 commit comments