mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-05 14:17:42 -07:00
🚸 cap:HOST_ACTION_COMMANDS (#21987)
This commit is contained in:
parent
6a32d87e58
commit
5c6a2f4d0d
1 changed files with 3 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue