Kevin O'Connor 49205f92ff 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>
2024-12-01 14:16:13 -05:00
..
2024-11-14 11:35:23 -05:00
2024-11-14 11:35:23 -05:00
2024-10-26 22:02:20 -04:00

Welcome to the Klipper documentation. The overview document is a good starting point.