From 67d6f2f877713fc4ec6e3394e171a9b680d10570 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 19 Feb 2023 17:53:32 -0500 Subject: [PATCH] circle around as upstream never merged --- Marlin/src/gcode/feature/runout/M591.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/feature/runout/M591.cpp b/Marlin/src/gcode/feature/runout/M591.cpp index e213f16ab8..2d9892460d 100644 --- a/Marlin/src/gcode/feature/runout/M591.cpp +++ b/Marlin/src/gcode/feature/runout/M591.cpp @@ -78,7 +78,7 @@ void GcodeSuite::M591() { void GcodeSuite::M591_report(const bool forReplay/*=true*/) { report_heading_etc(forReplay, F(STR_FILAMENT_RUNOUT_SENSOR)); - LOOP_S_L_N(e, 1, NUM_RUNOUT_SENSORS) + LOOP_S_L_N(e, 0, NUM_RUNOUT_SENSORS) SERIAL_ECHOLNPGM( " M591" #if MULTI_FILAMENT_SENSOR