소스 검색

Updated the default configuration and fixed a printcounter.h typo

João Brázio 9 년 전
부모
커밋
e2da7e5000
No account linked to committer's email address
2개의 변경된 파일14개의 추가작업 그리고 1개의 파일을 삭제
  1. 13
    0
      Marlin/Configuration.h
  2. 1
    1
      Marlin/printcounter.h

+ 13
- 0
Marlin/Configuration.h 파일 보기

757
 #define ABS_PREHEAT_HPB_TEMP 110
757
 #define ABS_PREHEAT_HPB_TEMP 110
758
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
774
 //============================= LCD and SD support ============================
762
 //=============================================================================
775
 //=============================================================================

+ 1
- 1
Marlin/printcounter.h 파일 보기

71
      * EEPROM save cycle, the development team recommends to set this value
71
      * EEPROM save cycle, the development team recommends to set this value
72
      * no lower than 3600 secs (1 hour).
72
      * no lower than 3600 secs (1 hour).
73
      */
73
      */
74
-    const uint16_t saveInterval = PRINTCOUNTER_SAVE_INTERVAL;
74
+    const uint16_t saveInterval = 3600;
75
 
75
 
76
     /**
76
     /**
77
      * @brief Stats were loaded from EERPROM
77
      * @brief Stats were loaded from EERPROM

Loading…
취소
저장