only show 3 motor positions in p? for compatibility

This commit is contained in:
Filip Ayazi 2023-03-01 04:25:30 +00:00
parent 84b06972fc
commit 38231894ae

View file

@ -220,6 +220,9 @@ void stage_mr(String command)
parse_arguments(args, command, 3);
EACH_MOTOR
{
if (i>3)
continue;
displacement[i] = atol(args[i]);
free(args[i]);
}