Merge branch '50-octoprint-tells-me-my-firmware-lacks-support-for-host-action-commands' into 'master'
Resolve "OctoPrint tells me my firmware lacks support for host action commands" Closes #50 See merge request lulzbot3d/marlin!29
This commit is contained in:
commit
e8d7b82ccd
@ -3970,7 +3970,7 @@
|
|||||||
* Host Prompt Support enables Marlin to use the host for user prompts so
|
* 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.
|
* filament runout and other processes can be managed from the host side.
|
||||||
*/
|
*/
|
||||||
//#define HOST_ACTION_COMMANDS
|
#define HOST_ACTION_COMMANDS
|
||||||
#if ENABLED(HOST_ACTION_COMMANDS)
|
#if ENABLED(HOST_ACTION_COMMANDS)
|
||||||
//#define HOST_PROMPT_SUPPORT
|
//#define HOST_PROMPT_SUPPORT
|
||||||
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
|
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
|
||||||
|
Loading…
Reference in New Issue
Block a user