瀏覽代碼

Disable DEBUG_PRINTCOUNTER

João Brázio 9 年之前
父節點
當前提交
9589e51810
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/printcounter.h

+ 1
- 1
Marlin/printcounter.h 查看文件

27
 #include "stopwatch.h"
27
 #include "stopwatch.h"
28
 
28
 
29
 // Print debug messages with M111 S2
29
 // Print debug messages with M111 S2
30
-#define DEBUG_PRINTCOUNTER
30
+//#define DEBUG_PRINTCOUNTER
31
 
31
 
32
 struct printStatistics {    // 13 bytes
32
 struct printStatistics {    // 13 bytes
33
   //uint8_t  magic;         // Magic header, it will always be 0x16
33
   //uint8_t  magic;         // Magic header, it will always be 0x16

Loading…
取消
儲存