Rename some "kill" messages

This commit is contained in:
Scott Lahteine
2020-04-13 14:53:21 -05:00
parent a7a76f123d
commit 22da1b2b31
31 changed files with 56 additions and 56 deletions

View File

@ -33,7 +33,7 @@
void GcodeSuite::M16() {
if (strcmp_P(parser.string_arg, PSTR(MACHINE_NAME)))
kill(GET_TEXT(MSG_EXPECTED_PRINTER));
kill(GET_TEXT(MSG_KILL_EXPECTED_PRINTER));
}