Skip to content

Commit 568ca21

Browse files
committed
🔧 Enable HOST_ACTION_COMMANDS by default
1 parent 97fa340 commit 568ca21

403 files changed

Lines changed: 1163 additions & 1163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎config/default/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4364,12 +4364,12 @@
43644364
* Host Prompt Support enables Marlin to use the host for user prompts so
43654365
* filament runout and other processes can be managed from the host side.
43664366
*/
4367-
//#define HOST_ACTION_COMMANDS
4367+
#define HOST_ACTION_COMMANDS
43684368
#if ENABLED(HOST_ACTION_COMMANDS)
43694369
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4370-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4370+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43714371
#if ENABLED(HOST_PROMPT_SUPPORT)
4372-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4372+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43734373
#endif
43744374
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43754375
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/3DFabXYZ/Migbot/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/3DMatik/XL/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/ADIMLab/Gantry v1/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/ADIMLab/Gantry v2/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/Alfawise/U20-bltouch/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4365,12 +4365,12 @@
43654365
* Host Prompt Support enables Marlin to use the host for user prompts so
43664366
* filament runout and other processes can be managed from the host side.
43674367
*/
4368-
//#define HOST_ACTION_COMMANDS
4368+
#define HOST_ACTION_COMMANDS
43694369
#if ENABLED(HOST_ACTION_COMMANDS)
43704370
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4371-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4371+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43724372
#if ENABLED(HOST_PROMPT_SUPPORT)
4373-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4373+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43744374
#endif
43754375
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43764376
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/Alfawise/U20/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4356,12 +4356,12 @@
43564356
* Host Prompt Support enables Marlin to use the host for user prompts so
43574357
* filament runout and other processes can be managed from the host side.
43584358
*/
4359-
//#define HOST_ACTION_COMMANDS
4359+
#define HOST_ACTION_COMMANDS
43604360
#if ENABLED(HOST_ACTION_COMMANDS)
43614361
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4362-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4362+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43634363
#if ENABLED(HOST_PROMPT_SUPPORT)
4364-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4364+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43654365
#endif
43664366
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43674367
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/AliExpress/CL-260/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/AliExpress/UM2pExt/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4357,12 +4357,12 @@
43574357
* Host Prompt Support enables Marlin to use the host for user prompts so
43584358
* filament runout and other processes can be managed from the host side.
43594359
*/
4360-
//#define HOST_ACTION_COMMANDS
4360+
#define HOST_ACTION_COMMANDS
43614361
#if ENABLED(HOST_ACTION_COMMANDS)
43624362
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4363-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4363+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43644364
#if ENABLED(HOST_PROMPT_SUPPORT)
4365-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4365+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43664366
#endif
43674367
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43684368
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

‎config/examples/Anet/A2/Configuration_adv.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4355,12 +4355,12 @@
43554355
* Host Prompt Support enables Marlin to use the host for user prompts so
43564356
* filament runout and other processes can be managed from the host side.
43574357
*/
4358-
//#define HOST_ACTION_COMMANDS
4358+
#define HOST_ACTION_COMMANDS
43594359
#if ENABLED(HOST_ACTION_COMMANDS)
43604360
//#define HOST_PAUSE_M76 // Tell the host to pause in response to M76
4361-
//#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
4361+
#define HOST_PROMPT_SUPPORT // Initiate host prompts to get user feedback
43624362
#if ENABLED(HOST_PROMPT_SUPPORT)
4363-
//#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
4363+
#define HOST_STATUS_NOTIFICATIONS // Send some status messages to the host as notifications
43644364
#endif
43654365
//#define HOST_START_MENU_ITEM // Add a menu item that tells the host to start
43664366
//#define HOST_SHUTDOWN_MENU_ITEM // Add a menu item that tells the host to shut down

0 commit comments

Comments
 (0)