From b5c05e32ea897552b0a7c137dcd7e27ccf05c536 Mon Sep 17 00:00:00 2001 From: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com> Date: Fri, 18 Apr 2025 13:39:36 -0400 Subject: [PATCH] Update M876.cpp --- Marlin/src/gcode/host/M876.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Marlin/src/gcode/host/M876.cpp b/Marlin/src/gcode/host/M876.cpp index 9a5c4c52bf..723d24b9d7 100644 --- a/Marlin/src/gcode/host/M876.cpp +++ b/Marlin/src/gcode/host/M876.cpp @@ -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