Skip to content

Commit

Permalink
🚸 cap:HOST_ACTION_COMMANDS (MarlinFirmware#21987)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbarratt authored and thinkyhead committed May 29, 2021
1 parent 6dc17f0 commit 4572af2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/gcode/host/M115.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ void GcodeSuite::M115() {
// EMERGENCY_PARSER (M108, M112, M410, M876)
cap_line(PSTR("EMERGENCY_PARSER"), ENABLED(EMERGENCY_PARSER));

// HOST ACTION COMMANDS (paused, resume, resumed, cancel, etc.)
cap_line(PSTR("HOST_ACTION_COMMANDS"), ENABLED(HOST_ACTION_COMMANDS));

// PROMPT SUPPORT (M876)
cap_line(PSTR("PROMPT_SUPPORT"), ENABLED(HOST_PROMPT_SUPPORT));

Expand Down

0 comments on commit 4572af2

Please sign in to comment.