|
@@ -733,13 +733,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
733
|
733
|
//
|
734
|
734
|
// Host Keepalive
|
735
|
735
|
//
|
736
|
|
-// By default Marlin will send a busy status message to the host
|
|
736
|
+// When enabled Marlin will send a busy status message to the host
|
737
|
737
|
// every couple of seconds when it can't accept commands.
|
738
|
738
|
//
|
739
|
|
-//#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
|
740
|
|
-#if DISABLED(DISABLE_HOST_KEEPALIVE)
|
741
|
|
- #define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
742
|
|
-#endif
|
|
739
|
+#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
|
740
|
+#define HOST_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
743
|
741
|
|
744
|
742
|
//
|
745
|
743
|
// M100 Free Memory Watcher
|