From 3655c9f40af92e8a396181806a90796d68734ead Mon Sep 17 00:00:00 2001 From: "Jack Chen (chendo)" Date: Sat, 10 Oct 2020 21:26:45 +1100 Subject: [PATCH] Disable BUFFER_MONITORING by default --- Marlin/Configuration_adv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 2a49ff3800..a7b85a585b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -1964,8 +1964,7 @@ * To help diagnose print quality issues stemming from command buffers being empty, * we add M576 which enables reporting of buffer empty */ - -#define BUFFER_MONITORING +//#define BUFFER_MONITORING // Printrun may have trouble receiving long strings all at once. // This option inserts short delays between lines of serial output.