From 3c65df1a9770e161acca229817eba63d19c7fa79 Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Fri, 4 Jan 2019 15:24:01 +0100 Subject: [PATCH] Enable printcounter Log printing statistics, use M78 to use this --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 7c88be6..0efac89 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1383,7 +1383,7 @@ * * View the current statistics with M78. */ -//#define PRINTCOUNTER +#define PRINTCOUNTER //============================================================================= //============================= LCD and SD support ============================