Implausible

This commit is contained in:
Scott Lahteine
2019-09-11 02:46:52 -05:00
parent 3648bce886
commit f9992c5f33
5 changed files with 11 additions and 11 deletions

View File

@ -59,7 +59,7 @@ void GcodeSuite::M48() {
const int8_t verbose_level = parser.byteval('V', 1);
if (!WITHIN(verbose_level, 0, 4)) {
SERIAL_ECHOLNPGM("?(V)erbose level is implausible (0-4).");
SERIAL_ECHOLNPGM("?(V)erbose level implausible (0-4).");
return;
}