|
@@ -757,6 +757,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
757
|
757
|
#define ABS_PREHEAT_HPB_TEMP 110
|
758
|
758
|
#define ABS_PREHEAT_FAN_SPEED 0 // Insert Value between 0 and 255
|
759
|
759
|
|
|
760
|
+
|
|
761
|
+//
|
|
762
|
+// Print Counter
|
|
763
|
+//
|
|
764
|
+// When enabled Marlin will keep track of some print statistical data such as:
|
|
765
|
+// - Total print jobs
|
|
766
|
+// - Total successfull print jobs
|
|
767
|
+// - Total failed print jobs
|
|
768
|
+// - Total time printing
|
|
769
|
+//
|
|
770
|
+// This information can be viewed by the M78 command.
|
|
771
|
+//#define PRINTCOUNTER
|
|
772
|
+
|
760
|
773
|
//=============================================================================
|
761
|
774
|
//============================= LCD and SD support ============================
|
762
|
775
|
//=============================================================================
|