From 9589e51810c55403ab4a3f164bb23e31d710c627 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Br=C3=A1zio?= <jbrazio@gmail.com>
Date: Wed, 27 Apr 2016 02:55:22 +0100
Subject: [PATCH] Disable DEBUG_PRINTCOUNTER
---
Marlin/printcounter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Marlin/printcounter.h b/Marlin/printcounter.h
index 6a4e4c784a..9dbae6de25 100644
--- a/Marlin/printcounter.h
+++ b/Marlin/printcounter.h
@@ -27,7 +27,7 @@
#include "stopwatch.h"
// Print debug messages with M111 S2
-#define DEBUG_PRINTCOUNTER
+//#define DEBUG_PRINTCOUNTER
struct printStatistics { // 13 bytes
//uint8_t magic; // Magic header, it will always be 0x16
--
GitLab