M16 - Expected Printer Check (#14924)
This commit is contained in:
committed by
Scott Lahteine
parent
a26b57a36d
commit
0fbb26c28f
@ -342,6 +342,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
||||
case 12: M12(); break; // M12: Synchronize and optionally force a CLC set
|
||||
#endif
|
||||
|
||||
#if ENABLED(EXPECTED_PRINTER_CHECK)
|
||||
case 16: M16(); break; // M16: Expected printer check
|
||||
#endif
|
||||
|
||||
case 17: M17(); break; // M17: Enable all stepper motors
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
|
Reference in New Issue
Block a user