From 6379d4dbca389b264cf5b404bd6fd9f5c3221be8 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Sat, 22 Jul 2023 15:05:04 +1200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Suppress=20G33=20string=20warnin?= =?UTF-8?q?g=20(#26095)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/src/gcode/calibrate/G33.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/gcode/calibrate/G33.cpp b/Marlin/src/gcode/calibrate/G33.cpp index a3cb7f0b9d..7530737dde 100644 --- a/Marlin/src/gcode/calibrate/G33.cpp +++ b/Marlin/src/gcode/calibrate/G33.cpp @@ -649,7 +649,7 @@ void GcodeSuite::G33() { SERIAL_ECHOLNPGM("Save with M500 and/or copy to Configuration.h"); } else { // !end iterations - SString<14> msg; + SString<15> msg; if (iterations < 31) msg.setf(F("Iteration : %02i"), (unsigned int)iterations); else