Update M876.cpp

This commit is contained in:
InsanityAutomation
2025-04-18 13:39:36 -04:00
parent 2e7b7c8b72
commit b5c05e32ea
-4
View File
@@ -35,11 +35,7 @@
* M876: Handle Prompt Response
*/
void GcodeSuite::M876() {
if (TERN0(EMERGENCY_PARSER, emergency_parser.isEnabled())) return;
if (parser.seenval('S')) hostui.handle_response((uint8_t)parser.value_int());
}
#endif // HAS_GCODE_M876