only show 3 motor positions in p? for compatibility
This commit is contained in:
parent
84b06972fc
commit
38231894ae
1 changed files with 3 additions and 0 deletions
|
|
@ -220,6 +220,9 @@ void stage_mr(String command)
|
||||||
parse_arguments(args, command, 3);
|
parse_arguments(args, command, 3);
|
||||||
EACH_MOTOR
|
EACH_MOTOR
|
||||||
{
|
{
|
||||||
|
if (i>3)
|
||||||
|
continue;
|
||||||
|
|
||||||
displacement[i] = atol(args[i]);
|
displacement[i] = atol(args[i]);
|
||||||
free(args[i]);
|
free(args[i]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue