Skip to content

Commit

Permalink
final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 2, 2024
1 parent e0dedaf commit 7f8215c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3943,7 +3943,7 @@

/**
* M115 - Report capabilites. Disable to save ~1150 bytes of flash.
* Some hosts (and host tft displays) rely on this feature.
* Some hosts (and serial TFT displays) rely on this feature.
*/
#define REPORT_CAPABILITIES_GCODE

Expand Down
1 change: 1 addition & 0 deletions Marlin/src/gcode/gcode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
#endif

case 110: M110(); break; // M110: Set Current Line Number

#if ENABLED(DEBUG_LEVEL_GCODE)
case 111: M111(); break; // M111: Set debug level
#endif
Expand Down

0 comments on commit 7f8215c

Please sign in to comment.