Skip to content

Commit

Permalink
enable HOST_ACTION_COMMANDS, issue #19
Browse files Browse the repository at this point in the history
  • Loading branch information
kad committed Jun 19, 2021
1 parent ba23d61 commit ae4dfd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3878,7 +3878,9 @@
* Host Prompt Support enables Marlin to use the host for user prompts so
* filament runout and other processes can be managed from the host side.
*/
//#define HOST_ACTION_COMMANDS
#if ENABLED(KAD_SKR_ENOUGH_FLASH)
#define HOST_ACTION_COMMANDS
#endif
#if ENABLED(HOST_ACTION_COMMANDS)
//#define HOST_PROMPT_SUPPORT
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
Expand Down

0 comments on commit ae4dfd3

Please sign in to comment.