diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-11-26 17:32:40 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-12-01 14:16:13 -0500 |
commit | 49205f92ff7a2ee8d3ed5dc9992afb74d82c597f (patch) | |
tree | 97d19eb5fd240a107ebc2c9b01294db060ba348e /docs/MCU_Commands.md | |
parent | 5493c603735d52ff1c03c0fa82a405edc30bd14c (diff) | |
download | kutter-49205f92ff7a2ee8d3ed5dc9992afb74d82c597f.tar.gz kutter-49205f92ff7a2ee8d3ed5dc9992afb74d82c597f.tar.xz kutter-49205f92ff7a2ee8d3ed5dc9992afb74d82c597f.zip |
gcode: Don't silently discard characters inside a command name
Don't silently drop leading numbers and unusual characters at the
start of a command - for example, don't interpret '99M88' as 'M88'.
Don't silently drop spaces in a command - for example, don't interpret
"M 101" as the command "M101". Doing so will cause other parts of the
code (such as get_raw_command_parameters() ) to not work properly.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/MCU_Commands.md')
0 files changed, 0 insertions, 0 deletions