From 73fcc3e45434a34a3989248bfa86f6201411fbce Mon Sep 17 00:00:00 2001
From: EmbeddedMan
When an error is found, the line ending after printing out the error will either be \n
when in Future Syntax Mode, or will be OK\r\n
when in Legacy Syntax Mode. When in Legacy Syntax Mode, the OK\r\n
used when there is an error overrides whatever other line ending there may be for
the current command.
+ Not every possible syntax error will result in the correct error code being reported.
+!0 Err: step rate too high
+ !0 Err: <axis1> step rate too high
This error indicates an internal math error happened during move command processing.
!0 Err: step rate too low
+ !0 Err: <axis1> step rate too low
This error indicates an internal math error happened during move command processing.
!0 Err: step rate too high
+ !0 Err: <axis2> step rate too high
This error indicates an internal math error happened during move command processing.
!0 Err: step rate too low
+ !0 Err: <axis2> step rate too low
This error indicates an internal math error happened during move command processing.