|
@@ -714,13 +714,11 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
714
|
714
|
//
|
715
|
715
|
// Host Keepalive
|
716
|
716
|
//
|
717
|
|
-// By default Marlin will send a busy status message to the host
|
|
717
|
+// When enabled Marlin will send a busy status message to the host
|
718
|
718
|
// every couple of seconds when it can't accept commands.
|
719
|
719
|
//
|
720
|
|
-//#define DISABLE_HOST_KEEPALIVE // Enable this option if your host doesn't like keepalive messages.
|
721
|
|
-#if DISABLED(DISABLE_HOST_KEEPALIVE)
|
722
|
|
- #define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
723
|
|
-#endif
|
|
720
|
+#define HOST_KEEPALIVE_FEATURE // Disable this if your host doesn't like keepalive messages
|
|
721
|
+#define DEFAULT_KEEPALIVE_INTERVAL 2 // Number of seconds between "busy" messages. Set with M113.
|
724
|
722
|
|
725
|
723
|
//
|
726
|
724
|
// M100 Free Memory Watcher
|
|
@@ -738,6 +736,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
738
|
736
|
#define ABS_PREHEAT_HPB_TEMP 100
|
739
|
737
|
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
740
|
738
|
|
|
739
|
+//
|
|
740
|
+// Print job timer
|
|
741
|
+//
|
|
742
|
+// Enable this option to automatically start and stop the
|
|
743
|
+// print job timer when M104 and M109 commands are received.
|
|
744
|
+//
|
|
745
|
+// In all cases the timer can be started and stopped using
|
|
746
|
+// the following commands:
|
|
747
|
+//
|
|
748
|
+// - M75 - Start the print job timer
|
|
749
|
+// - M76 - Pause the print job timer
|
|
750
|
+// - M77 - Stop the print job timer
|
|
751
|
+#define PRINTJOB_TIMER_AUTOSTART
|
741
|
752
|
|
742
|
753
|
//
|
743
|
754
|
// Print Counter
|