Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add GCODE_CASE_INSENSITIVE support to e_parser #27449

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Sep 30, 2024

Description

It was noticed on Discord that with GCODE_CASE_INSENSITIVE enabled you could m0-m1 - Unconditional stop as expected, but m108 did not work.

The reason the emergency parser only looks for uppercase characters in the serial buffer.

Added support for lowercase to also work when GCODE_CASE_INSENSITIVE is enabled.

Requirements

GCODE_CASE_INSENSITIVE
EMERGENCY_PARSER

Benefits

EMERGENCY_PARSER works with GCODE_CASE_INSENSITIVE

@thinkyhead thinkyhead merged commit 767c878 into MarlinFirmware:bugfix-2.1.x Oct 3, 2024
63 checks passed
@ellensp ellensp deleted the add-GCODE_CASE_INSENSITIVE-tp-e-parser branch October 3, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants