From 14fcaa02dcd3e8c777c9d75aa5517c88624deeca Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Thu, 30 May 2019 10:54:17 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 37e2921295..41e6b8df07 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1564,7 +1564,7 @@ // // M100 Free Memory Watcher // -//#define M100_FREE_MEMORY_WATCHER // Add M100 (Free Memory Watcher) to debug memory usage +#define M100_FREE_MEMORY_WATCHER // Add M100 (Free Memory Watcher) to debug memory usage // // G20/G21 Inch mode support @@ -1700,7 +1700,7 @@ * * View the current statistics with M78. */ -#define PRINTCOUNTER +//#define PRINTCOUNTER //============================================================================= //============================= LCD and SD support ============================