🎨 Followup to optional M111/M115 (#26626)

Followup to #26603
This commit is contained in:
Andrew 2024-01-04 18:07:53 -05:00 committed by GitHub
parent 52693f72af
commit 6e67ad51b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 51 additions and 51 deletions

View file

@ -670,7 +670,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 92: M92(); break; // M92: Set the steps-per-unit for one or more axes
case 114: M114(); break; // M114: Report current position
#if ENABLED(REPORT_CAPABILITIES_GCODE)
#if ENABLED(CAPABILITIES_REPORT)
case 115: M115(); break; // M115: Report capabilities
#endif