Use PGM serial strings

This commit is contained in:
Scott Lahteine
2020-10-19 04:24:57 -05:00
parent ea80b2c8fc
commit 21ce39aa9b
6 changed files with 22 additions and 36 deletions

View File

@ -754,8 +754,8 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 511: M511(); break; // M511: Unlock Printer
#endif
#if ENABLED(PASSWORD_CHANGE_GCODE)
case 512: M512(); break;
#endif // M512: Set/Change/Remove Password
case 512: M512(); break; // M512: Set/Change/Remove Password
#endif
#endif
#if ENABLED(SDSUPPORT)