Skip to content

Commit

Permalink
🩹 Suppress G33 string warning (MarlinFirmware#26095)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellensp authored and EvilGremlin committed Oct 26, 2023
1 parent 0e2285b commit bc26b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/gcode/calibrate/G33.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc26b73

Please sign in to comment.