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
2022-01-09 21:13:53 -05:00
2019-04-14 22:41:23 -04:00
2023-02-20 11:06:25 -05:00
2022-07-16 10:48:10 -04:00
2024-11-14 11:35:23 -05:00
2022-07-16 10:48:10 -04:00
2023-02-20 11:06:25 -05:00
2023-11-10 18:36:19 -05:00
2024-10-26 22:02:20 -04:00
2023-03-07 10:52:52 -05:00

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